Page 1 of 1

How works Generic playlist parser

Posted: 27 Dec 2022 00:04
by luk3tt0
Hi guys,
I'm amateur user of VLC. I downloaded some parser plugin but I don't understand how it work.

I downloaded Youtube Parser. The file is lua (I don't know this language).

1) I moved lua file into MAC folder /Applications/VLC.app/Contents/MacOS/share/lua/playlist
2) I opened VLC (vers 3.0.18)
3) I loaded my youtube uri (https://www.youtube.com/playlist?list=P ... JWppa7GA9T)
4) Not works

I tried to load also other parser but nothing works

What is my error?

Thanks

Re: How works Generic playlist parser

Posted: 27 Dec 2022 00:55
by roland1
The Youtube Parser doesn't work anymore.

Re: How works Generic playlist parser

Posted: 03 Apr 2023 21:13
by AppTesterMC
Youtube no longer support the old API (http://www.youtube.com/list_ajax?action ... 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 use urls in these form:

Code: Select all

www.youtube.com/feeds/videos.xml?playlist_id=XXXXXXX
where XXXXXXX is the playlistID