adrienpoly / rubyvideo

Indexing all Ruby related videos
https://rubyvideo.dev
263 stars 51 forks source link

Remove unused thumbnail keys in `data/` #380

Closed marcoroth closed 3 weeks ago

marcoroth commented 3 weeks ago

This pull request tries to clean up some of the conferences in data/ that have redundant thumbnail keys. They are redundant because the thumbnail URL matches the YouTube video_id exactly. In these cases we can dynamically generate the thumbnail URL in the talk model, like we are doing here:

https://github.com/adrienpoly/rubyvideo/blob/40e7f56681525214ec32a4a9a2308255b6076f79/app/models/talk.rb#L205