function probe() return (vlc.access == "http" or vlc.access == "https") and string.match(vlc.path, "world%.kbs%.co%.kr/service/inc/aod%.htm") end -- Parse function. function parse() local html = vlc.read(1000000) local url = html:match('%-%-%s*(.-)%sstreaming

') item = {} item.path = url item.title = title item.options = { ":adaptive-logic=highest"; ":http-user-agent=Mozilla/5.0"; ":no-ts-cc-check" } return { item } end