dbvideostriketeam / wubloader

MIT License
15 stars 8 forks source link

Get info on the thumbnails of all videos with a given tag #441

Open chrusher opened 3 weeks ago

chrusher commented 3 weeks ago

I was originally going to use playlist ids but I switched to the tags thinking they would be more human readable (and sidestepping dealing with a playlist having multiple tags) but I forgot that tags often contain characters that make URLs messy (spaces and sometimes emoji).

ekimekim commented 3 weeks ago

As per discussion in zulip it seems that Sokar doesn't need this (everything he needs is already covered by ./playlist-audit) so I think we can just put aside this code for now. We can always bring it back if a use-case comes up.