bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
578 stars 60 forks source link

YoutubeDL can return non-video content #15

Closed loganwilliams closed 1 year ago

loganwilliams commented 2 years ago

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 commented 2 years ago

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

loganwilliams commented 1 year ago

This has been fixed.