Skip to content

Instantly share code, notes, and snippets.

View NeuroCPP's full-sized avatar
🎯
Focusing on exam

NeuroCPP

🎯
Focusing on exam
View GitHub Profile
@NeuroCPP
NeuroCPP / 149909-playlist_youtube.lua
Created June 24, 2021 17:35 — forked from p3g4asus/149909-playlist_youtube.lua
Modified VLC YouTube playlist parsing script. The original script was not working anymore because youtube removed the list_ajax interface. Unfortunately the new interface requires at least http GET method with proper headers and they are not supported by vlc. So this version makes use of an external program (youtube-dl). Disclaimer: this version…
--[[
Youtube playlist importer for VLC media player 1.1 and 2.0
Copyright 2012 Guillaume Le Maout
Authors: Guillaume Le Maout
Contact: http://addons.videolan.org/messages/?action=newmessage&username=exebetche
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or