Changeset f8c2674996878f844e3ad1f3cd1d16046f952d55
- 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
| r8ca1085 |
rf8c2674 |
|
| 23 | 23 | return vlc.access == "http" |
|---|
| 24 | 24 | 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&" ) |
|---|
| 26 | 26 | end |
|---|
| 27 | 27 | |
|---|