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.
Using wget or HTTrack with youtube-dl? #9583
Comments
|
It's technically impossible since download URLs are dynamic and involve real communication with remote party not a mirrored copy. |
|
Hi just wondering if you made any progress on this? I am interested in getting HTTrack to use youtube-dl to download videos. |
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.05.21.2. 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?
Hello, I was wondering if there was any easy way to connect youtube-dl to something like wget or HTTrack when downloading things like soundcloud songs or youtube pages. I would like to use something like wget to copy websites and when playing the song / video from the downloaded html page, I would like it to pull from whereever youtube-dl put the song (not pulling from online but from the download location).
If there isnt a way to do this, could I do this with something like bash or would I have to program something something entirely to do this?