Make sure that you didn't delete any folders from the zip you downloaded. And you'll only use python directly in that tool folder so use cd to change directory or open directly the terminal there.
+ Reply to Thread
Results 181 to 210 of 428
-
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Hi.
I didn't delete anything.
I changed to the directory '/home/heiko2/Downloads/Widefrog v2.7.0'.
Then tried again. At least the warning is gone now.
Do I have to change to the directory every time?
Code:heiko2@Worf2:~$ cd '/home/heiko2/Downloads/Widefrog v2.7.0' heiko2@Worf2:~/Downloads/Widefrog v2.7.0$ heiko2@Worf2:~/Downloads/Widefrog v2.7.0$ heiko2@Worf2:~/Downloads/Widefrog v2.7.0$ python3 '/home/heiko2/Downloads/Widefrog v2.7.0/widefrog.py' [INFO] Linux detected. Chosen terminal: gnome-terminal. Chosen shell: bash. heiko2@Worf2:~/Downloads/Widefrog v2.7.0$
Heiko -
Sorry, I didn't read it properly again.
I have the file twice now:
Code:heiko2@Worf2:~/Downloads/Widefrog v2.7.0$ ll /home/heiko2/app_files insgesamt 16 drwxrwxr-x 3 heiko2 heiko2 4096 Okt 11 12:42 ./ drwxr-x--- 17 heiko2 heiko2 4096 Okt 11 12:42 ../ -rw-rw-r-- 1 heiko2 heiko2 2852 Okt 11 12:42 config.json drwxrwxr-x 2 heiko2 heiko2 4096 Okt 11 12:42 services_cache/ heiko2@Worf2:~/Downloads/Widefrog v2.7.0$
Code:heiko2@Worf2:~/Downloads/Widefrog v2.7.0$ ll "/home/heiko2/Downloads/Widefrog v2.7.0/app_files" insgesamt 16 drwxrwxr-x 3 heiko2 heiko2 4096 Okt 11 12:43 ./ drwxrwxr-x 6 heiko2 heiko2 4096 Okt 11 12:43 ../ -rw-rw-r-- 1 heiko2 heiko2 2857 Okt 11 12:46 config.json drwxrwxr-x 2 heiko2 heiko2 4096 Okt 11 12:43 services_cache/ heiko2@Worf2:~/Downloads/Widefrog v2.7.0$
Best regards
Heiko -
Yes
The one that is generated in the tool folder. The other one that's outside, delete it. Use the config to input the email and password of your plus.rtl.de account then look in the first post, search for "plus.rtl.de" and look at the example commands and additional comments--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
v2.8.0:
=> + app.nzrplus.com
=> + rtp.pt (only the /play/ section)
Off topic: if someone knows a video from https://www.rtlplay.be/rtlplay that can be viewed outside Belgium, feel free to leave a message
No problem.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Hello.
It seems to be working now. Thank you very much.
But only the channels entered in the config.json are supported. Or?
Can I add some myself, e.g. www.disneyplus.com?
Do encrypted .m3u8 pages also work?
Best regards
Heiko -
Code:
heiko@Worf:~/Downloads/Widefrog v2.8.0$ python3 widefrog.py "https://open.spotify.com/intl-de/album/1sTY2Gf3TsSZJ80KfYU7mS" [INFO] Linux detected. Chosen terminal: gnome-terminal. Chosen shell: bash. [INFO] Current app version: 2.8.0 [INFO] Running on: linux/64bit/python 3.10.12 [INFO] Starting the service initialization stage. [USER_ERROR]/[APP_ERROR] Failed to download: https://open.spotify.com/intl-de/album/1sTY2Gf3TsSZJ80KfYU7mS. Reason: Failed to initialize the open_spotify_com service. Solution: Check the service credentials in the app_files/config.json file. If you are sure everything is right then debug the service. [INFO] Current progress: [1/1] [INFO] Starting the collections extraction stage. [INFO] Starting the media data extraction stage. [INFO] Finished generating the download commands. [WARNING] Saved the failed URLs to app_files/cmds_failed.txt [WARNING] No download commands have been generated. heiko@Worf:~/Downloads/Widefrog v2.8.0$
-
What did I tell you about reading one sentence and asking me 10 questions? Read the first post. If this tool ain't what you want, use a generic solution for your site. Also disneyplus is paid content so read the rules of the forum as well. You may use google translate if english isn't your first language.
Edit: from now on I'll ignore your questions that were already answered in the first post, whether or not you have a good grasp of the english languageLast edited by 2nHxWW6GkN1l916N3ayz8HQoi; 14th Oct 2024 at 11:42.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
hello
is it planned in the future updates of the quebec channels
telequebec.tv
ici.tout.tv
noovo.ca
these channels are non-paying with drm
thanks in advance 2nHxWW6GkN1l916N3ayz8HQoi -
Hello. Unfortunately I don't add sites by request. It's entirely random. Also you can find a list of the supported sites in the first post. Currently
https://video.telequebec.tv is supported. You can find a list of example commands and additional comments by searching for the site name, as always.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I found one case for which cda_pl plugin fails to extract links.
It happens when in a folder there's only 1 page (eg. https://www.cda.pl/Bajki123/folder/19713517/vfilm)
From what i discovered it's because 'paginationControl' div is not present.
Here's what i came up with
Code:pag_div = soup.find('div', class_='paginationControl') # Find the pagination div if pag_div: # Check if pag_div is present try: if not is_folder: disabled_page = pag_div.find('span', class_='disabledPage').text else: disabled_page = pag_div.find('li', class_='active').find('a').text if disabled_page != str(page): break except: break check = check_range(True, page, None) if check is True: continue elif check is False: return collection else: # break when paginationControl div is not present and 1 page was already processed if page > 1: break
-
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I get this Error Message every time I try to download a Video Podcast from Spotify:
H:\widefrog>widefrog.exe https://open.spotify.com/episode/2Bz7rpQM3nTeGlkvByQBdS
[INFO] Current app version: 2.7.0
[INFO] Running on: windows/64bit/python 3.12.2
[INFO] Starting the service initialization stage.
[USER_ERROR]/[APP_ERROR] Failed to download: https://open.spotify.com/episode/2Bz7rpQM3nTeGlkvByQBdS. Reason: Failed to initialize the open_spotify_com service. Solution: Check the service credentials in the app_files\config.json file. If you are sure everything is right then debug the service.
[INFO] Current progress: [1/1]
[INFO] Starting the collections extraction stage.
[INFO] Starting the media data extraction stage.
[INFO] Finished generating the download commands.
[WARNING] Saved the failed URLs to app_files\cmds_failed.txt
[WARNING] No download commands have been generated. -
Thanks for notifying. I'll take a look into the latest librespot release. If I don't figure out Rust to Python, I'll most likely remove the spotify service.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Hello
I followed the order that you gave me to download the individual season, that is to say season 13 of top chef. I noticed today that the order takes all the seasons appearing on m6.play. Have you made any changes to the orders? query or is it the site that changed its algorithm thank you for your answer in advance
Best Regards -
I don't understand the problem. Running
Code:python widefrog.py "https://www.6play.fr/top-chef-p_872" --query=6::6:
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
your query work all seasons but not for individually could you test it , abd let mee now if its work
thanks by advance -
You lost me. Write the exact command you're trying to run like I did and explain what is the specific output you want to happen.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I'm testing commands
python widefrog.py "https://www.6play.fr/top-chef-p_872" --query=6::6:
this gives me all the episodes of all the seasons -
Sorry but for me
Code:python widefrog.py "https://www.6play.fr/top-chef-p_872" --query=6::6: [INFO] Current app version: 2.8.0 [INFO] Running on: windows/64bit/python 3.12.2 [INFO] Starting the service initialization stage. [INFO] Current progress: [1/1] [INFO] Starting the collections extraction stage. [INFO] Current progress: [1/1] [INFO] Starting the media data extraction stage. [INFO] Current progress: [1/18] [INFO] Current progress: [2/18] . . . [INFO] Current progress: [17/18] [INFO] Current progress: [18/18] [INFO] Finished generating the download commands. [INFO] Saved the generated download commands to app_files\cmds.txt [INFO] If you used a VPN, turn it off to avoid wasting data for the downloading stage. Also you may edit the app_files\cmds.txt file if necessary. Type yes when ready: no [INFO] Cancelling the downloading stage.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
just for test i've tried your command
python widefrog.py "https://www.6play.fr/top-chef-p_872" --query=6::6:
but i get error (maybe same error from the user above?)
[Attachment 82978 - Click to enlarge]
so, my question is:
1) why all warning about nzrplus.com, cda.pl, spotify.com and many more if I'm not calling these services but only 6play?
maybe useless warning?
i've already edit config.json on "WARN_EXTERNAL_TOOLS": false but i gather this is only related to N_m3u8DL-RE when not installed on env
other solution to not show others warnings outside the service you're calling ?
2) the command above for widefrog can't work for me too, but i have login and i can play video from 6play -
1. They're essential warnings because they indicate you didn't properly install all of the necessary requirements as it was explained in the first post. Whenever you update to a new version, you need to install from scratch if the requirements.txt file was also updated. If you don't care about the mentioned warned services, you are free to delete them from the services folder
2. not saying there aren't any problems, just saying I can't replicate the issue. Add --debug to your command and show me the output please.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
updated requirements.txt, same error.
about the warnings i hope that in the next versions you can remove the warnings not related to the service that is being called, that is to show only a warning if the service in question has a problem. it is useless (in my humble opinion) to show warnings to all the services if then only one of them is used (and maybe this works)
about debug here my shot:
[Attachment 82979 - Click to enlarge] -
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
yes, solved thanks to great support of 2nHxWW6GkN1l916N3ayz8HQoi
my bad is run pip install -r requirements.txt (see point 2 Installation from first page of this thread)
now all work fine, 6play issue solved. -
hello
how to download a whole season of season 8 on tf1 I can't do it
https://www.tf1.fr/tfx/mamans-et-celebres/videos/saison-8
Best Regards -
Hello. Normally a command like
Code:python widefrog.py "https://www.tf1.fr/tfx/mamans-et-celebres/videos" --query=8::8:
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
python widefrog.py "https://www.tf1.fr/tfx/mamans-et-celebres/videos" --query=8::8:
python widefrog.py "https://www.tf1.fr/tfx/mamans-et-celebres/videos" --query=8::8:
[INFO] Current app version: 2.6.0
[INFO] Running on: windows/64bit/python 3.12.6
[INFO] Starting the service initialization stage.
[INFO] Current progress: [1/1]
[INFO] Starting the collections extraction stage.
[INFO] Current progress: [1/1]
[INFO] Starting the media data extraction stage.
[INFO] Finished generating the download commands.
[WARNING] No download commands have been generated.Last edited by diesel; 21st Oct 2024 at 16:05. Reason: no working
Similar Threads
-
Batch IMDB Image Downloader
By Jay123210599 in forum ComputerReplies: 3Last Post: 11th Jan 2024, 12:02 -
Help downloading DRM protected content
By edenshapira in forum Video Streaming DownloadingReplies: 0Last Post: 28th Oct 2023, 14:59 -
Downloading DRM protected content from mewatch.sg
By notred in forum Video Streaming DownloadingReplies: 4Last Post: 25th Nov 2022, 04:34 -
Weird Behaviour Of DRM Protected Content
By portalie in forum Video Streaming DownloadingReplies: 1Last Post: 6th Feb 2022, 15:10