VideoHelp Forum




+ Reply to Thread
Page 8 of 15
FirstFirst ... 6 7 8 9 10 ... LastLast
Results 211 to 240 of 443
  1. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    v2.9.0:
    => + tg4.ie
    => + watch.tbn.uk
    => - open.spotify.com : The site now needs real cdms and I'm pretty sure you can get one toasted in specific conditions. So I got rid of spotify service. Thanks @lomero for explaining this issue.

    Minor changes:
    => fixed some bugs for cda.pl and tf1.fr
    => updated the requirements.txt file
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 22nd Oct 2024 at 03:07.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  2. I am trying to use the this file...
    https://files.videohelp.com/u/308780/widefrog_v2_1_0_linux.zip

    in Ubuntu 22.04, but I keep getting this error when I try to run it...
    [12905] Failed to load Python shared library '/tmp/_MEI8kDrIJ/libpython3.12.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEI8kDrIJ/libpython3.12.so.1.0)

    I am wondering is there an easy way to fix this?
    Quote Quote  
  3. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    No idea. I assume you need to update glibc to 2.38. Just use python version instead of the linux executable.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  4. i found a series which is giving error while trying to download (35mm online)
    Code:
    https://35mm.online/vod/dla-dzieci/reksio
    looks like it's not being recognized as a collection. can you look into it ?
    Quote Quote  
  5. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    That's cause I had no idea content like that existed. I'll check to see if I can query that entire season without messing things up.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  6. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    That's cause I had no idea content like that existed. I'll check to see if I can query that entire season without messing things up.
    great, thanks
    Quote Quote  
  7. trying to download following serie but it errors out.
    Code:
    https://npo.nl/start/serie/reizen-waes/seizoen-7_1/onder-de-rivieren/afspelen
    tried the examples in the first post but its the same.
    Image
    [Attachment 83108 - Click to enlarge]
    Quote Quote  
  8. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Npo nl recently changed something. It can be fixed by changing the code for the service npo_nl.py at line ~232
    Code:
    ).content.decode())["token"]
    becomes
    Code:
    ).content.decode())["jwt"]
    If you only use the exe, you're gonna have to wait till next release.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  9. Thanks alot!
    Keep up the good work.
    Quote Quote  
  10. In the newest Widefrog.exe release 2.9.0, i ran into a warning which never occured since now and also show in 2.8 since now. (2.8 was working fine a week ago)

    Code:
    C:\Users\netzt\Videos\FFMPEG\widefrog_v2_9_0_windows>widefrog.exe
    [WARNING] External tool is not installed: N_m3u8DL-RE. Download commands may not be launched properly.
    Quote Quote  
  11. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    That happens because N_m3u8DL-RE isn't properly set in system env vars. Open cmd in a random folder and check if N_m3u8DL-RE is recognized as a command. Or you can simply move the N_m3u8DL-RE exe in the same folder as the download tool.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  12. Doesn't come the exe version prepackaged anymore?
    Quote Quote  
  13. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    The exe version only comes prepackaged with python packages. The additional tools, n_m3u8dl-re, mkvmerge, ffmpeg, etc. all have to be handled separately by you. It was always like this.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  14. Okay wow i didn't notice it, maybe i screwed smth up in the meantime.. i will take another look into this.

    Edit: works smooth like butter again. Thanks and keep up the great work (i have no idea how tf i messed this up)
    Last edited by Casseopaya; 27th Oct 2024 at 07:18.
    Quote Quote  
  15. Member
    Join Date
    Oct 2024
    Location
    Kathmandu
    Search Comp PM
    https://www.futurly.com/s/preview/courses/blender-architecture#6337f80fe4b05a534f0e3d5a


    can you share where is the decryptor part is located of the key?

    like the key itself is encrypted. i just wanna know where is the code of decryption of key located. please help?
    Quote Quote  
  16. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by zyavhed View Post
    https://www.futurly.com/s/preview/courses/blender-architecture#6337f80fe4b05a534f0e3d5a


    can you share where is the decryptor part is located of the key?

    like the key itself is encrypted. i just wanna know where is the code of decryption of key located. please help?
    Search for 'window.apkId.substring'
    Here is your video : https://gofile.io/d/EMDwau
    Quote Quote  
  17. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    That's cause I had no idea content like that existed. I'll check to see if I can query that entire season without messing things up.
    any news on that ?
    Quote Quote  
  18. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Honestly I forgot. It will be added or not added when in the next version. Just be patient.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  19. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Honestly I forgot. It will be added or not added when in the next version. Just be patient.
    no problem, take your time

    also it looks like they changed something on cda.pl site

    Code:
                player_data_match = re.findall(r'player_data=\'(.*?)\'', response)
    this fixes it for me
    Quote Quote  
  20. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Thanks for the found bug and also the fix (again)
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  21. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Thanks for the found bug and also the fix (again)
    np. i fixed it for myself so why not share ?
    Quote Quote  
  22. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    Hello

    I can't understand, I tried to grab a video on 6play tonight but it doesn't seem to work anymore; I tried last week with another video and everything was ok. My wvd file is still ok, I tried on another plateform and I was able to get the keys.

    Do you know if something changed on 6play since last week? I also tried with wks-keys which worked previously but I got the same issue.

    Thank you for answer
    Quote Quote  
  23. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Hello. Works fine for me. Unless you provide me the video URL and the error message, I can't help
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  24. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    thank you for your answer

    here is the linkk for the video

    https://www.m6.fr/le-1945-p_1058/le-1945-du-04-11-2024-c_13098470

    and here is the answer I get:

    Image
    [Attachment 83361 - Click to enlarge]


    I tried with V2.9.0 and also with 2.6.0
    Quote Quote  
  25. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    They just changed the site name 6play to m6. It works with
    Code:
    python widefrog.py "https://www.6play.fr/le-1945-p_1058/le-1945-du-04-11-2024-c_13098470"
    It will be fixed in the next version. Also, you should delete the warned services if you didn't bother properly installing the tool as it was explained in detail in the first post
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  26. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    thank you for answer, I will follow your advices concerning the warned services!
    Quote Quote  
  27. hello all


    your forum posts that it was possible to recover broadcasts from rtlplay.be

    https://forum.videohelp.com/threads/413893-Download-from-RTL-Play#post2728863

    I added the service and put my email and password in the config.json, does this work?
    Quote Quote  
  28. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    That script is old and I can't maintain it since I don't have access anymore to that site. Look for another solution.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  29. Originally Posted by colebri View Post
    thank you for your answer

    here is the linkk for the video

    https://www.m6.fr/le-1945-p_1058/le-1945-du-04-11-2024-c_13098470

    and here is the answer I get:

    Image
    [Attachment 83361 - Click to enlarge]


    I tried with V2.9.0 and also with 2.6.0
    m6 went from 6play.fr to m6.fr

    you need to add this file in here:
    Code:
    services/_m6_fr.py
    and you need to add in app_files/config.json the following:

    Code:
            "m6.fr": {
                "EMAIL": "YOUR_EMAIL",
                "PASSWORD": "YOUR_PASSWORD"
            },
    Quote Quote  
  30. I'm trying to download something from vtm go, but getting the error
    Code:
    Failed to extract content data. Solution: Make sure you can play the content. If you can, then debug the vtmgo_be service.
    I tried both the windows.exe as the python version.
    Also tried different shows/series/episodes.

    Did I missed a prereq?
    Quote Quote  



Similar Threads

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