Skip to content

Commit

Permalink
- Removed some Aeva sites... Justin.tv was killed off by Twitch this …
Browse files Browse the repository at this point in the history
…week. 123video seems to be an adult site, yet wasn't marked as such in the list so I'm guessing it was repossessed at some point. 9You doesn't seem to support old videos. (media/Subs-Aeva-Sites.php)

@ You're all free to chip in and tell me which sites should be removed from the list..! I don't have time to go through them all, so it's pretty much random at this point. Also, don't expect me to add support for new sites unless they've been wildly popular and I overlooked them. It's been so long...
  • Loading branch information
Nao committed Aug 7, 2014
1 parent b1de422 commit 4064433
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions core/app/media/Subs-Aeva-Sites.php
Expand Up @@ -230,31 +230,6 @@
),

// Now the rest in alphabetical/numerical order
array(
'id' => '123',
'title' => '123video',
'website' => 'http://www.123video.nl',
'type' => 'video',
// http://www.123video.nl/playvideos.asp?MovieID=67244
'pattern' => 'http://(?:www\.)?123video\.nl/(?:playvideos\.asp\?[^"]*?MovieID=|123video_share\.swf\?mediaSrc=)(\d{1,8})',
'movie' => 'http://www.123video.nl/123video_share.swf?mediaSrc=$2',
'size' => array(420, 339),
'fix-html-pattern' => '<object [^>]*><param name="movie" value="$1" />.*?</object>',
'fix-html-url' => 'http://www.123video.nl/playvideos.asp?MovieID=$2',
),
array(
'id' => '9yo',
'title' => '9You',
'website' => 'http://www.9You.com',
'type' => 'video',
// http://v.9you.com/watch/xuzegfifj.html
// http://v.9you.com/player/17x2px1nu
'pattern' => 'http://(?:www\.|v\.)?9you\.com/(?:player|watch)/([0-9a-z]{9})',
'movie' => 'http://v.9you.com/player/$2',
'size' => array(420, 380),
'fix-html-pattern' => '<object[^<>]*?><param name="movie" value="$1"></param><param name="allowScriptAccess" value="always"></param><embed[^<>]*?></embed></object>',
'fix-html-url' => 'http://v.9you.com/watch/$2.html',
),
array(
'id' => 'abc',
'title' => 'ABC News',
Expand Down Expand Up @@ -283,7 +258,7 @@
),
array(
'id' => 'allo',
'title' => 'AlloCin&eacute;',
'title' => 'AlloCiné',
'website' => 'http://www.allocine.fr',
'type' => 'video',
'pattern' => 'http://www\.allocine\.fr/video.*?gen_cmedia=(\d+).*?\.html',
Expand Down Expand Up @@ -1188,19 +1163,6 @@
'fix-html-pattern' => '<object [^>]*><param name="movie" value="http://www\.jujunation\.com/player\.swf\?configXmlPath=http://www\.jujunation\.com/musicConfigXmlCode\.php\?pg=music_(\d{1,10})[^<>]*?>.*?</object>',
'fix-html-url' => 'http://www.jujunation.com/music.php?music_id=$1',
),
array(
'id' => 'justin',
'title' => 'JustinTV',
'website' => 'http://www.justin.tv',
'type' => 'pop',
'pattern' => 'http://(?:\w{0,3}\.)?justin\.tv/(\w*)',
'movie' => 'http://www.justin.tv/widgets/jtv_player.swf?channel=$2&auto_play=false',
'size' => array(468, 383),
'show-link' => true,
'show-flashvars' => true,
// http://fr.justin.tv/spacevidcast
'lookup-title' => true,
),
array(
'id' => 'kal',
'title' => 'Kaltura network',
Expand Down Expand Up @@ -1739,7 +1701,7 @@
),
array(
'id' => 'tag',
'title' => 'TagT&eacute;l&eacute;',
'title' => 'TagTélé',
'website' => 'http://www.tagtele.com',
'type' => 'video',
'pattern' => 'http://www\.tagtele\.com/(?:v/|videos/voir/)(\d{1,12})',
Expand Down

0 comments on commit 4064433

Please sign in to comment.