Add support for http://video.repubblica.it/*
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 14 Nov 2011 10:04:02 +0000 (11:04 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 14 Nov 2011 10:04:02 +0000 (11:04 +0100)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
direct_download_links.js

index c7a45a2..a90fca0 100644 (file)
@@ -23,6 +23,7 @@
 // @name           Direct Download Links
 // @namespace      http://git.ao2.it/GM_direct_download_links.git
 // @description    Add direct download links for (video) files
+// @include        http://video.repubblica.it/*
 // @include        http://tv.repubblica.it/*
 // @include        http://trovacinema.repubblica.it/*
 // @include        http://www.kataweb.it/tvzap/*
 
 var supported_sites = [
   {
+    locationRegexp: /^http:\/\/video\.repubblica\.it\/.*$/,
+    fileElem: 'contA',
+    fileRegexp: /'pcUrl', '(http:\/\/[^']*)'/,
+    linkDest: 'contA',
+  },
+  {
     locationRegexp: /^http:\/\/tv\.repubblica\.it\/.*$/,
     fileElem: 'boxPlayer',
     fileRegexp: /'pcUrl', '(http:\/\/[^']*)'/,