blob: fb3a68b6fec6401757c321be4498ca45652a6c03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
### Youtube ###
# category
http://www\.youtube\.com/channels/
# channel
http://www\.youtube\.com/channel/
# user
http://www\.youtube\.com/user/
# playlist
http://www\.youtube\.com/playlist\?list=
# search results
http://www\.youtube\.com/results\?
# video
http://www\.youtube\.com/watch\? stream:stream-quvi
### Metacafe ###
# category
http://www\.metacafe\.com/videos/
# search results
###http://www\.metacafe\.com/topics/
# video
http://www\.metacafe\.com/watch/ stream:stream-quvi
### www.ruutu.fi ###
# series page
http://www\.ruutu\.fi/ohjelmat/.+?/$
# search results
http://www\.ruutu\.fi/hakutulokset/
# video
http://www\.ruutu\.fi/ohjelmat/.+?/.+ stream:stream-quvi
### Vimeo ###
# channel
http://vimeo\.com/channels/.+?/videos
# category
http://vimeo\.com/categories/[^/]+$
# group
http://vimeo\.com/groups/[^/]+$
# video
http://vimeo\.com/[0-9]+$ stream:stream-quvi
http://vimeo\.com/.*/[0-9]+$ stream:stream-quvi
### Dailymotion ###
# channel
http://www\.dailymotion\.com/en/channel/
http://www\.dailymotion\.com/channel/
# video
http://www\.dailymotion\.com/video/ stream:stream-quvi
### imdb ###
# video
http://www\.imdb\.com/video/ stream:stream-quvi
### areena.yle.fi ###
# video
http://areena\.yle\.fi/(tv|radio)/[0-9]+$ stream:stream-areena
# category
http://areena\.yle\.fi/(tv|radio)/.*[a-z].*$ bin:areena-category.py
#http://areena\.yle\.fi/(tv|radio)/?.*/kaikki.json? bin:areena-category.py
# search results
#http://areena.yle.fi/.json bin:areena-category.py
### ted.com ###
# topics
http://www\.ted\.com/topics
# playlists
http://www\.ted\.com/playlists
# video
http://www\.ted\.com/talks/ stream:stream-quvi
### funnyordie.com ###
http://www\.funnyordie\.com/videos/[0-9a-f]{10}/ stream:stream-quvi
### videobash.com ###
http://www\.videobash\.com/video_show/ stream:stream-quvi
http://www\.videobash\.com/videos/
### wimp.com ###
http://www\.wimp\.com/. stream:stream-quvi
### 101greatgoals.com ###
http://www\.101greatgoals\.com/gvideos/ stream:stream-quvi
### gaskrank.tv ###
http://www\.gaskrank\.tv/tv/[^/]+/$
# page links
http://www\.gaskrank\.tv/tv/[^/]+/filme-[0-9]+\.htm$
http://www\.gaskrank\.tv/tv/.+\.htm$ stream:stream-quvi
|