You could write a patch Well here I need a little help to overcome an initial obstacle. I understand that the xml stucture proposed by iTunesRSS referenced in the code has a root node with tag "rss" THEN an empty child node, with tag "channel" and then start the children "t...
I understand what you mean and I totally feel you.
Well at the end this is not your problem, it is the stupid youtube ...
And there are already solution for people like *ytdlp* (don't quote me on that!)
I doubt that the old YouTube API still works. Bonjour Rémi! the mrss approach I am proposing is not based on api itself but just the format of xml response provided by the 'videos.xml' endpoint: https://www.youtube.com/feeds/videos.xml that accepts to my knowledge at least two inputs: 1. ?playlist_...
Wondering if it is possible to modify "playlist/podcast.c" to parse media RSS format (MRSS) feeds I think if someone is willing, Media RSS could be implemented since the specs "were" documented: https://www.rssboard.org/media-rss also I think a lot of VLC users will welcome the s...
Youtube no longer support the old API (http://www.youtube.com/list_ajax?action_get_list=1&style=xml&list=playlistID) I have successfully used a slightly modified YouTube Channel Feed to access last 15 items of the playlist. Here is my code Pastebin: https://pastebin.com/Cx6EJBds You have to ...