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

YoutubeDL can return non-video content #15

Closed
loganwilliams opened this issue Feb 21, 2022 · 2 comments
Closed

YoutubeDL can return non-video content #15

loganwilliams opened this issue Feb 21, 2022 · 2 comments

Comments

@loganwilliams
Copy link
Contributor

Currently this isn't handled well by the archiver. For example, if YoutubeDL returns a PDF, it will attempt to run ffmpeg on it, resulting in an error. We should be ready to handle non-video content coming from YoutubeDL (and more generally, ref #3)

@msramalho
Copy link
Contributor

This seems like an important issue, especially since ytd does work on many platforms that no other scraper does.

@loganwilliams
Copy link
Contributor Author

This has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants