ubuntu-flutter-community / rss.dart

A dart package for parsing RSS & Atom feed
https://pub.dev/packages/rss_dart
MIT License
4 stars 4 forks source link

doesn't find media thumbnails on youtube rss feed #5

Closed sgehrman closed 1 week ago

sgehrman commented 1 month ago

https://www.youtube.com/feeds/videos.xml?channel_id=UCnCikd0s4i9KoDtaHPlK-JA

sgehrman commented 1 month ago

this doesn't work. element.findElements('media:thumbnail');

this works. element.findAllElements('media:thumbnail');

Is this a bug? or is youtube different?

sgehrman commented 1 month ago

maybe this is a fix?

https://github.com/michael-yarzebinski/rss.dart/commit/a8d3c34f553f7ea29ac993bb22500e4b9f4f3274

amugofjava commented 1 week ago

Fixed by PR. Thank you.