Changeset f8c2674996878f844e3ad1f3cd1d16046f952d55

Show
Ignore:
Timestamp:
12/20/07 01:37:23 (8 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1198111043 +0000
git-parent:

[1e698a031b4d95c8e896af092d81e640495473e1]

git-author:
Rafaël Carré <funman@videolan.org> 1198111043 +0000
Message:

lua playlist: fix joox

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • share/luaplaylist/joox.lua

    r8ca1085 rf8c2674  
    2323    return vlc.access == "http" 
    2424        and string.match( vlc.path, "joox.net" ) or 
    25             string.match( vlc.path, "dp.ylle.net" ) 
     25            string.match( vlc.path, "/iframe.php%?video=1&" ) 
    2626end 
    2727