Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize --external-downloader option #4885

Closed
remitamine opened this issue Feb 6, 2015 · 8 comments
Closed

customize --external-downloader option #4885

remitamine opened this issue Feb 6, 2015 · 8 comments
Labels

Comments

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Feb 6, 2015

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.

@jaimeMF jaimeMF added the request label Feb 6, 2015
@HASJ
Copy link

@HASJ HASJ commented Mar 1, 2015

seconded.

@AndyHoang
Copy link

@AndyHoang AndyHoang commented Mar 2, 2015

3th 👍

@phihag phihag closed this in c75f0b3 Mar 2, 2015
@phihag
Copy link
Contributor

@phihag phihag commented Mar 3, 2015

Since youtube-dl 2015.03.03.1, you can use the --external-downloader-args parameter if you want to configure other settings than the default for that downloader. See our FAQ if you need help updating.

@alisseo
Copy link

@alisseo alisseo commented Jun 26, 2015

i use youtube-dl whit IDMAN whit this batch:

youtube-dl.exe -U
@echo off
echo.
echo paste the video page link:
set /p "link="     
youtube-dl.exe -g %link% >> url.txt
SET /p url= < url.txt
del url.txt
SET folder=%~dp0
path-to\IDMan.exe /d "%url%"  /n /q /p %folder%
explorer %folder%
exit

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

@Alttawab
Copy link

@Alttawab Alttawab commented Dec 18, 2016

@alisseo how can i use these batch in windows?
i copy it in bat extension file but it doesn't work

@Hrxn
Copy link

@Hrxn Hrxn commented Dec 18, 2016

It won't work without IDMan.exe

I guess it's the program called Internet Download Manager?

@Alttawab
Copy link

@Alttawab Alttawab commented Dec 19, 2016

@Hrxn i use IDM ,I replace "path-to" with my path but it didn't work is there any thing else must edit
in the script ?

@Hrxn
Copy link

@Hrxn Hrxn commented Dec 20, 2016

Not sure, I don't use IDM. But you can always run the .bat/.cmd from the command prompt, remove @echo off and see where it complains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
8 participants
You can’t perform that action at this time.