Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Help me to use external downloader #10595
Comments
|
Check the manual of your favorite downloader and feed links.txt to it. |
|
can you plz recommend other than IDM ? |
|
If you need to keep titles in filenames, use --external-downloader instead. For example:
Currently only aria2c,avconv,axel,curl,ffmpeg,httpie and wget are supported. Please follow #9861 if you need IDM. |
|
you mean like this ? |
|
Yeah, but idm is not supported yet. You may want to change idm to one of aria2c, avconv, axel, curl, ffmpeg, httpie or wget. |
|
but Sir for this way i need to download all videos one by one ? because i generated links in txt file then need put one by one with this command ? |
|
It should work for playlists, too. By the way, you may want to try axel or aria2c, both of which use multiple connections for downloading. |
|
Those URLs are fetched from Pluralsight not generated by youtube-dl. If you change it, videos won't be downloaded. If you want IDM to save URLs with a different name, check IDM manuals. |
|
i download aria2c and youtube-dl downloading with that thanks |
|
What's your command and the result? |
|
Well, my previous statements are misleading. Use this instead:
|
|
it will not ask user and password ? |
|
If this video requires password, it will. The full command is like:
|
|
actually bro if i use username then pluralsight banned account to download too fast so thats why i am generating links then i change ip and downloading all videos with that links through idm so when i generate links.txt is it possible with this way to read link.txt file and download all videos ? |
|
Currently your link.txt contains plain URLs only, so there are no titles in filenames. Check IDM manual if it provides another format that reads in titles and URLs at the same time. |
|
ohh ok :( |
|
bro with area2c can read txt file and download all videos ? no matter with original name or not |
|
it's possible with some scripting to do what you want using aria2c(save files with proper name), the links file should be like this:
|
|
#remitamine can you plz explain me little bit ? |
|
for example you have to change the links file to something like:
|
|
no its not downloading with that i tried yesterday because with numbers its original url and when we change numbers to title then url going to dead |
|
i didn't said that you have to change the url, i said:
replace |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.09.04.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
i need help to use external downloader
i generate downloading url from video streaming site and its save in link.txt using your command
like this
youtube-dl --verbose http://app.pluralsight.com/courses/nodejs-security-express-angular-get-started --get-url --username 12345@hotmail.com --password 12345 > links.txt
after that its save links in txt file but now i want to download these videos through external download so can you plz explain me what is exact command to use it and it will read this txt file and download all videos
this txt file saving in this directory
C:\Users\vicky\Downloads
thanks