Similar C-line updater as script? (sh, python, ...?)

There are 5 replies in this Thread which was already clicked 3,549 times. The last Post () by cph.

  • Hi!


    I saw this great plugin on a E2 receiver of a friend.


    I have only Neutrino receivers and thus I'm searching for an alternative which might run on them.


    Does anybody know a similar plugin or script, which might work on a SH4 receiver with Neutrino?


    Regards

    cph

  • heres a small script to leech lines

    could make a plugin but can't be arsed


    Code
    wget --quiet -O - https://tinyurl.com/ybztpcrl | grep -o 'c:[^<]*' >>/etc/CCcam.cfg

    making sure to use

    >>

    to keep existing data in CCcam.cfg otherwise you will overwrite whats in there




    this will add 2 different sites to the script and so on the script gets bigger


    save as

    line.sh

    in /usr/script

    chmod 755 and run it with a script plugin or telnet


    /usr/script/line.sh


    Code
    wget --quiet -O - https://tinyurl.com/ybztpcrl | grep -o 'c:[^<]*' >>/etc/CCcam.cfg ;wget --quiet -O - https://tinyurl.com/ybd8aeup | grep -o 'C: [^<]*' >>/etc/CCcam.cfg

    Edited 6 times, last by davvo ().

  • Hi!

    Wow, that's a great approach! Thank you for that idea!


    I'll test it at home this evening and then try to extend it with the following:


    - conversion to oscam.server (as for SH4 based receivers there is no real CCcam

    - using a local template file with data for "own" lines (so that they won't be deleted


    Regards

    cph

  • Hi!

    Thank you again! Based on the idea of this plugin I wrote a script for Neutrino based receivers and made it public on the forum of the FFTeam image: FreeCam Update Script

    I think for E2 users it's not interesting so it doesn't make sense to present the script also here.

  • mines a of pint of stella :)



    been working on a script that scrapes hls streams in the background while the e2 plugin is being used

    works a treat


    all sorts of shite happens the script runs one script then another and again then sent to the plugin

    Edited 2 times, last by davvo ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!