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.
customize --external-downloader option #4885
Comments
|
seconded. |
|
3th |
|
Since youtube-dl 2015.03.03.1, you can use the |
|
i use youtube-dl whit IDMAN whit this batch:
copy the code in a text file like "video-dl.bat", set the PATCH for idman.exe, save this file in the same folder of youtube-dl.exe |
|
@alisseo how can i use these batch in windows? |
|
It won't work without I guess it's the program called Internet Download Manager? |
|
@Hrxn i use IDM ,I replace "path-to" with my path but it didn't work is there any thing else must edit |
|
Not sure, I don't use IDM. But you can always run the .bat/.cmd from the command prompt, remove |
is there any way to edit the options of the external downloader.
as i see in the file external.py there is an argument for aria2 '--max-connection-per-server', '4' passed to the cmd variable,can i edit this to other variable other than 4.
in general it will a good thing to have a way to customize the external downloader.