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.
Wait for user-confirm before download function #10147
Comments
|
This won't prevent youtube-dl from using proxy since it's taken from environment youtube-dl is started with. Moreover in case of long confirmation time download links may expire for extractors that generate such links. |
|
What about ffmpeg? Same thing there? I mean: Also gets proxy from environment at time youtube-dl startup? |
|
Yes. When youtube-dl starts ffmpeg it passes an env based on own settings. |
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.07.22. 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?
Description of your issue, suggested solution and other information
It would be nice to have an option in youtube-dl,
that could be something like "--wait-before-download" which would work like this:
URL fetching and information getting, then wait for any keystroke, a specific letter and then continue with the actual download process
One helpful situation is when using system proxy for fetching information and download links,
when proxy isn't needed for actual content.