--Translate lrby.tv video webpages URLs to corresponding video stream URLs. -- Author: 〈 RA 〉 (github.com/ra101) -- Probe function. function probe() return ( vlc.access == "http" or vlc.access == "https" ) and ( string.match( vlc.path, "^lbry%.tv/@.+/.+" ) or string.match( vlc.path, "^lbry%.tv/.+" ) ) end -- Parse function. function parse() vlc.msg.info("Using roosterteeth plugin") local path, url, name, description, arturl, artist while true do line = vlc.readline() if not line then break end if string.match( line, "