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

Also move thumbnail when ytarchiver downloads it #23

Open
giannoug opened this issue Oct 29, 2022 · 1 comment
Open

Also move thumbnail when ytarchiver downloads it #23

giannoug opened this issue Oct 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@giannoug
Copy link

When you supply the --write-thumbnail parameter to ytarchiver, the downloaded thumbnail isn't moved along with the video file. It stays inside the temp folder.

Example config:

[ytarchive]
executable_path = "ytarchive"
working_directory = "temp"
args = [
  "--vp9", "--thumbnail", "--add-metadata", "--threads", "4",
  "--retry-stream", "30",
  "--no-frag-files", "--thumbnail", "--write-thumbnail",
  "--output", "%(upload_date)s %(title)s [%(channel)s] (%(id)s)"
]
quality = "best"
# Delay between starting ytarchive processes. Increase this number if you get
# rate limited by YouTube.
delay_start = "1s"
@hizkifw hizkifw added the bug Something isn't working label Oct 30, 2022
@AlphaCentauri
Copy link

Would love to see this fixed as well. Just wanted to also add that this happens to any extra files ytarchive creates. (thumbnails, description files, etc.) It only moves the video file after the finishing the download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants