VideoHelp Forum
+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 67
Thread
  1. Image
    [Attachment 77512 - Click to enlarge]



    Works well with Freevine and vpn see what your saying about N_m3u8DL-RE.exe jumping off the screen
    Quote Quote  
  2. Has anyone installed Hola-Proxy in the env ?
    Quote Quote  
  3. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Image
    [Attachment 77516 - Click to enlarge]


    Got hola working on the phone
    Great! Why not leave a note here about how you set it up - to help others? (And yourself - next time you upgrade your phone you'll need to do it all again, assuming no root).
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  4. Adding hola Proxy to Freevine on the phone

    Download

    https://github.com/Snawoot/hola-proxy/releases/download/v1.13.1/hola-proxy.linux-arm

    hola-proxy.linux-arm

    rename to hola-proxy

    if your phone is connected via usb copy to download directory

    Image
    [Attachment 77523 - Click to enlarge]


    Login to Linux distro in term

    Code:
    proot-distro login ubuntu


    Next cd out of freevine env to root then into /usr/local/bin

    Image
    [Attachment 77524 - Click to enlarge]



    Code:
    mv /sdcard/hola-proxy .

    Image
    [Attachment 77525 - Click to enlarge]



    Code:
    chmod +x hola-proxy
    Image
    [Attachment 77526 - Click to enlarge]


    next cd back into FV freevine-main

    Code:
    cp config.yaml /sdcard/download/config.yaml
    This puts the config.yaml card in the download directory on your phone

    Image
    [Attachment 77527 - Click to enlarge]


    Copy or move the files to your pc and edit I use Notepad ++ but normal notepad will do the job you can change 2 sections in the file


    Image
    [Attachment 77528 - Click to enlarge]


    Download location to Movies directory under internal storage so you can see if from your pc when connected via usb also you need to add the proxy line

    Image
    [Attachment 77529 - Click to enlarge]


    Next copy your config.yaml file back to the download directory on your phone

    in your terminal window

    Code:
    mv /sdcard/download/config.yaml .

    Image
    [Attachment 77530 - Click to enlarge]



    You should now be able to test the proxy in freevine


    python3 freevine.py get -e https://iview.abc.net.au/video/ZW3757A001S00 --select-video res=720 --proxy au

    Either in your connected terminal or on the phone

    You will also need to seteup services as described in the Freevine support post

    I would like to note I am not an android or Linux user so if there's better commands for this use them instead.

    Hope this helps somebody i have done 2 phones so far with A_N_G_E_L_A 's tutorial
    Quote Quote  
  5. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Adding hola Proxy to Freevine on the phone
    Nice one, kind Sir!
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  6. Quick question is the FV directory visisble from the pc ?
    Quote Quote  
  7. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Quick question is the FV directory visisble from the pc ?
    No, unfortunately. FV will be inside your proot-distro which is like a virtual OS. The only way to get stuff in and out is to copy or move to and from /sdcard/ or /sdcard/Download/ from within the proot-distro.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  8. @PSXman_uk: well done, mate. :)
    Quote Quote  
  9. Can I copy the entire folder to scard so I can keep it as backup
    Quote Quote  
  10. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Can I copy the entire folder to scard so I can keep it as backup
    If you have the space can't see why not. So long as you keep it to stuff like scripts and configs with no env content. (The env folder contains python modules that match the proot-distro's python release version. A new installation of a proot-distro could possibly change your Python version. But keep a requirements.txt for fast python update too . Run
    Code:
     pipreqs .
    in the base folder of FV. )

    There are ways of backing up a whole termux installation; I tried it a couple of years ago but cannot remember much about it. 'Termux backup' will probably find it. If I remember correctly you could keep snapshots and restore to a named snapshot. Never tried with Termux having a proot-distro though. Ask on reddit.com/r/termux.
    Last edited by A_n_g_e_l_a; 9th Mar 2024 at 10:32.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  11. Backed it up and put on another phone spent an hour before if figured out had wrong n_m3u8DL-RE copied from my other phone and it worked
    Quote Quote  
  12. Has anyone got a menu worked out for freevine where you can past the url and use proxy or no proxy to grab an ep or series ?
    Quote Quote  
  13. Sorry to bump the thread but have this on one phone I cant get my head round

    source FV/freevine-main/frenv/bin/activate
    bash: FV/freevine-main/frenv/bin/activate: No such file or directory
    root@localhost:~/FV/freevine-main# source /FV/freevine-main/frenv/bin/activate
    bash: /FV/freevine-main/frenv/bin/activate: No such file or directory

    Cant get the env to activate after a reboot of the device others are fine tied to add this as an alias

    alias frenv='cd /root/FV/freevine-main; source /root/FV/freevine-main/venv/bin/activate'

    or alias frenv='cd /root/FV/freevine-main; source env/bin/activate'
    Quote Quote  
  14. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    bash: /FV/freevine-main/frenv/bin/activate: No such file or directory
    If that is what bash says then it is TRUE - check your path to 'activate'.

    One way is to 'cd' from the root / down to the bin folder in the path where activate is, and use the 'pwd' command to see where the system thinks you are. Compare that to where you say it should be. It is surely operator error.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  15. fixed it sorry typo in my instruction's

    alias frenv='cd /root/FV/freevine-main; source /root/FV/freevine-main/venv/bin/activate'

    alias frenv='cd /root/FV/freevine-main; source /root/FV/freevine-main/frenv/bin/activate' = Correct
    Quote Quote  
  16. Sorry to bump the post again tried installing the UK-FTA and it doesn't like the requirements.txt there it won't install them all
    Quote Quote  
  17. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Sorry to bump the post again tried installing the UK-FTA and it doesn't like the requirements.txt there it won't install them all
    But you've done it already three devices, you told me!???

    This is what I have.

    Image
    [Attachment 77817 - Click to enlarge]
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  18. i did freevine on 3 devices i get this with uk-fta

    RROR: Cannot install -r requirements.txt (line 1) and rich==13.7.1 because these package versions have conflicting dependencies.

    The conflict is caused by:
    The user requested rich==13.7.1
    beaupy 3.6.1 depends on rich<13.0.0 and >=12.2.0

    To fix this you could try to:
    1. loosen the range of package versions you've specified
    2. remove package versions to allow pip attempt to solve the dependency conflict

    ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts


    beaupy==3.6.1
    beautifulsoup4==4.12.3
    httpx==0.27.0
    jmespath==1.0.1
    pycryptodome==3.19.0
    pyfiglet==1.0.2
    pywidevine==1.8.0
    Requests==2.31.0
    rich==13.7.1
    Scrapy==2.11.0
    selectolax==0.3.17
    selenium==4.18.1
    termcolor==2.4.0
    Quote Quote  
  19. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    i did freevine on 3 devices i get this with uk-fta

    RROR: Cannot install -r requirements.txt (line 1) and rich==13.7.1 because these package versions have conflicting dependencies.

    The conflict is caused by:
    The user requested rich==13.7.1
    beaupy 3.6.1 depends on rich<13.0.0 and >=12.2.0

    To fix this you could try to:
    1. loosen the range of package versions you've specified
    2. remove package versions to allow pip attempt to solve the dependency conflict

    ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts


    beaupy==3.6.1
    beautifulsoup4==4.12.3
    httpx==0.27.0
    jmespath==1.0.1
    pycryptodome==3.19.0
    pyfiglet==1.0.2
    pywidevine==1.8.0
    Requests==2.31.0
    rich==13.7.1
    Scrapy==2.11.0
    selectolax==0.3.17
    selenium==4.18.1
    termcolor==2.4.0
    bump beaupy to 3.7.1 or downgrade rich to 12.6.0. They all actually work together as is, it just their installation version limits giving trouble. And I have covered this before either here or in UK-FTA. I think there might be a -force switch for pip to to get the install to work.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  20. I've fixed it all now thank you. changed the requirements.txt and put it on another phone as well works brilliant.
    Quote Quote  
  21. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Update https://files.videohelp.com/u/301890/Phone-uk-fta_14_4.zip A simple copy across from UK-FTA but removing quirks and reducing page item count to 6 for pagination so as to fit the smaller display. Has its own CDM.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  22. Updated but lost the env so had to rebuild just going to re do the config for download location thank you for the update has anyone found a newer version of N_m3u8DL-RE that doesnt jump around the screen ?
    Last edited by PSXman_uk; 19th May 2024 at 12:36.
    Quote Quote  
  23. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Updated but lost the env so had to rebuild just going to re do the config for download location thank you for the update
    Yes I did that too!!

    The zip unzips to Phone-FTA . I then the copied the contents over to UK-FTA. For my second try that is! Not a bad idea to destroy the old env anyway most modules have been updated so you will be using less storage.
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  24. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Update and bug fix https://files.videohelp.com/u/301890/phone_uk-fta_14_5.zip
    TPTV now working correctly.
    Quit option in primary menu for channels.
    runonce setup option ' python runonce.py ' to install all required modules (No change from14_4)
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  25. Image
    [Attachment 79633 - Click to enlarge]


    Have put sd card in termux itself can see it but when you're in Linux it can't see it or I can't find a way to get it to do you create a link or something like that in android if nobody knows can they please let me know what forum et supports this please thank you.
    Quote Quote  
  26. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post

    Have put sd card in termux itself can see it but when you're in Linux it can't see it or I can't find a way to get it to do you create a link or something like that in android if nobody knows can they please let me know what forum et supports this please thank you.
    Termux is on reddit and Discord. Each produce answers - or did. Invite to Discord server. https://discord.gg/Kb3WZkmT
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  27. Another way to install linux on sdcard and have all the envs on if your device only has low capacity you can create a EXT4 partiton for the linux and apps and seperate partition for the downloads etc.

    https://www.youtube.com/watch?v=F-WA4q8eTZ0&t=371s
    Quote Quote  
  28. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PSXman_uk View Post
    Another way to install linux on sdcard and have all the envs on if your device only has low capacity you can create a EXT4 partiton for the linux and apps and seperate partition for the downloads etc.

    https://www.youtube.com/watch?v=F-WA4q8eTZ0&t=371s
    It's a rare phone that has an sdcard slot these days, or are you talking usb adapter?
    Last edited by A_n_g_e_l_a; 6th Jun 2024 at 07:12. Reason: grammar
    Noob Starter Pack. Just download everything DRM.
    https://files.videohelp.com/u/301890/hellyes2.zip
    Quote Quote  
  29. No the samsungs have sd card expansion on some still
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!