Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 1 of 1

Thread: [Plugin] FreeClineLite

  1. #1
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    [Plugin] FreeClineLite

    Free Cline Lite for Oscam Only






    Due to repeated complaints about sources of other free Cline plugins always dying and then having to wait for the plugin author to update the source list as they embed them in the code.

    I thought I would share my very basic no frills Cline scraper for oscam I wrote many moons ago, but never finished.


    Note this plugin requires some manual setup. It also doesn't automatically update daily. You have to manually run it daily. (As I never got round to adding in the daily automation)



    How it works.


    Your source list lives in

    Code:
    /etc/enigma2/freeclinelite/sources.txt

    These websites get scraped for free clines. Only works if the cline is in the source code, or in a generated .php file.
    The .php files can be found on most sites by opening up dev tools in a browser (F12) , clicking the network tab, refresh the page and then filtering the network tab with "php"
    My code is using regex to look for [C: url port username password] on the page.

    Alternatively there is
    Code:
    /etc/enigma2/freeclinelite/lines.txt
    This file is used for manually entering a cline from a website that requires some captcha input and cannot automatically be scraped.
    Entries in here are standard cccam format
    C: f2.kcccam.live 20412 1366481 kcccam.org

    Oscam folder location is defined in plugin.py

    Code:
    /usr/lib/enigma2/python/Plugins/Extensions/FreeClineLite/plugin.py



    Your oscam server code is defined here if you wish to amend the generated strings to your own preference.

    Code:
    /usr/lib/enigma2/python/Plugins/Extensions/FreeClineLite/download.py


    How to use

    Firstly clean your oscam.server file to only have any saved lines you want to keep.

    On openatv this lives in
    Code:
    /etc/tuxbox/config/oscam-stable/oscam.server
    Edit your sources.txt / lines.txt files if you have new sources / lines

    Edit your oscam root folder in plugin.py as they differ on various images. (reboot gui required)

    Run the plugin from the plugins menu.

    Select your oscam main folder in settings, if you have more than one oscam folder on the go.



    Click Manual Run
    Click Restart Softcams

    Your oscam.server file will now have populated with your new daily lines.
    The next time you run it, it will delete this free list and generate a new list. Only run it once a day otherwise the lines will fail.

    Note the previous scans result live in
    Code:
    /etc/enigma2/freeclinelite/servers.json.
    Delete that file if your oscam.server file is getting full of junk.

    Original (none free) clines in oscam.server will remain in tact.

    Sources - change often. You will have to keep an eye on the sources and manual update where necessary.

    Feel free to list sources on this page for others to use.

    Feel free to share oscam folder locations for other images.

    This is a throw-away plugin I wrote. I will not be actively maintaining it, or constantly updating the sources for you.
    Which is why is dead easy for a user to amend the sources.
    It has only been tested on openatv 6.4 (python 2.7). It probably doesn't work on dreamboxes as that uses different commands for starting / stopping softcams.
    It is what it is. It either works for you, or it doesn't. But might be useful to some people.

    Do note I am not a softcam expert. Clines are very hit and miss nowadays. If the servers are down, failing, overloaded, timing out or if channels stay black sometimes.
    Thats just the way it is. They are free trial lines. Sometimes they work, sometimes they don't.

    And delete any flaky/slow/dead lines from your source list. More is not neccessarily better. You only need a couple of good sources that work for your satelitte.

    If you wish to check your oscam connections and live logs via a browser

    This is just your ip address and oscam port as defined in oscam.conf file

    [webif]

    httpport = 83

    i.e

    192.168.1.1:83



    Thx @KiddaC

  2. Advertise Here
Advertise Here

Similar Threads

  1. [Plugin] XC Plugin Lite "Passion" MultiServer
    By WaRp in forum Enigma2 Plugins
    Replies: 6
    Last Post: 04-06-2021, 16:19:20
  2. Replies: 2
    Last Post: 12-01-2012, 19:26:20
  3. Framed plugin icons to the plugin GP3
    By *Besmiri* in forum Enigma2 Skins
    Replies: 4
    Last Post: 26-11-2011, 18:56:20
  4. [E2 Plugin] Weather Plugin
    By wahid in forum Enigma2 Plugins
    Replies: 0
    Last Post: 25-08-2010, 17:15:17
  5. [E2 Plugin] Weather Plugin
    By sami.sami in forum Enigma2 Plugins
    Replies: 0
    Last Post: 08-11-2009, 22:53:15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •