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

URLs of deleted videos #17877

Closed
vronizor opened this issue Oct 13, 2018 · 1 comment
Closed

URLs of deleted videos #17877

vronizor opened this issue Oct 13, 2018 · 1 comment

Comments

@vronizor
Copy link

@vronizor vronizor commented Oct 13, 2018

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.10.05. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.10.05

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Description of your issue, suggested solution and other information

Hi youtube-dl community. I'm in the process of writing a script to download the audio files from my music playlists and keep them updated on my computer with minimal manual work. Thanks to youtube-dl it's taking shape nicely. However, I'm having an issue with deleted videos. I am aware of the --ignore-errors and --no-warnings commands and use them already to bypass deleted videos and complete the download of playlists. Nevertheless, I would like to be able to retrieve these deleted videos' URL in order to manually look them up and eventually find a replacement video (or at least keep track of them).

When visiting playlists on the YouTube website, the URL of the video is available (see for example https://www.youtube.com/watch?v=JCUPc9zVfyo, a deleted video but still an "active" YouTube page). Thus, would there be a way to extract these URLs nonetheless and "tag them" in a special way (for example with a "ERR" code next to the URL when using the --download-archive option, which for now just skips the deleted videos and doesn't write their URLs) in order to manually process them later?

Thanks again to the community for the great work, cheers.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 13, 2018

Embed youtube-dl as python module and work with API directly. All this is covered in FAQ.

@dstftw dstftw closed this Oct 13, 2018
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
2 participants
You can’t perform that action at this time.