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

yt-dl does not create a download archive, when simulating #19239

Closed
ghost opened this issue Feb 15, 2019 · 2 comments
Closed

yt-dl does not create a download archive, when simulating #19239

ghost opened this issue Feb 15, 2019 · 2 comments
Labels

Comments

@ghost
Copy link

@ghost ghost commented Feb 15, 2019

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

Before submitting an issue make sure you have:

  • Read thoroughly the README including 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)
  • Other

To reproduce this issue:

  1. youtube-dl --download-archive ./pyptq/download-archive.txt -i -o "./pyptq/%(uploader)s/%(upload_date)s-%(id)s.%(ext)s" -f bestvideo+bestaudio https://www.youtube.com/user/sciencium/videos (channel has 6 videos)
  2. rm ./pyptq/download-archive.txt
  3. rm ./pyptq/Sciencium/20170216-IbpiovW507M.mp4
  4. youtube-dl --download-archive ./pyptq/download-archive.txt -i -o "./pyptq/%(uploader)s/%(upload_date)s-%(id)s.%(ext)s" https://www.youtube.com/user/sciencium/videos --skip-download (or any other simulation option)
    The simulation honors, if there is a download archive, but it never adds to it.
  • Expected result: the second youtube-dl command creates a new download archive, with downloaded videos inside it
  • Current result: no file created
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 16, 2019

This is expected behavior.

@dstftw dstftw closed this Feb 16, 2019
@dstftw dstftw added the invalid label Feb 16, 2019
@ghost
Copy link
Author

@ghost ghost commented Feb 16, 2019

@dstftw
Do I need to create a feature request?
I need to generate a download archive (without downloading any new videos).
How would this expected behavior, --skip-downoad (just doesn't download videos) is not -s (doesn't touch the disk)?

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
1 participant
You can’t perform that action at this time.