Changeset 7297ab36546f859ca075c0f4c496214d3f6fbb6c
- Timestamp:
- 09/09/07 23:43:27
(1 year ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1189374207 +0000
- git-parent:
[3608fc1574e39ca5e0c46c377e1a16fb5198264e]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1189374207 +0000
- Message:
Add comment.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r52cc3ea |
r7297ab3 |
|
| | 1 | --[[ |
|---|
| | 2 | Parse YouTube homepage and browse pages. Next step is to recode firefox |
|---|
| | 3 | in VLC ... using Lua of course ;) |
|---|
| | 4 | --]] |
|---|
| | 5 | |
|---|
| 1 | 6 | function probe() |
|---|
| 2 | 7 | return vlc.access == "http" and ( string.match( vlc.path, "youtube.com/?$" ) or string.match( vlc.path, "youtube.com/browse" ) ) |
|---|