[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [123] Added new string in the regex for link ex
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [123] Added new string in the regex for link extraction. |
Date: |
Tue, 12 Jul 2011 08:40:20 +0000 |
Revision: 123
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=123
Author: valkov
Date: 2011-07-12 08:40:19 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
Added new string in the regex for link extraction. Fixes novatv.bg
Modified Paths:
--------------
trunk/src/lm_extract_video_link.js
Modified: trunk/src/lm_extract_video_link.js
===================================================================
--- trunk/src/lm_extract_video_link.js 2011-07-12 08:09:20 UTC (rev 122)
+++ trunk/src/lm_extract_video_link.js 2011-07-12 08:40:19 UTC (rev 123)
@@ -80,7 +80,7 @@
// is not accessible.
link_re = new RegExp (
"\\\{{0}.*(video|flv_ur|streamer|file|moviepath|videourl|"+
- "mediaurl|sdurl|videopath|flv|url|ms|nextmovie)"+
+ "mediaurl|sdurl|videopath|flv|url|ms|nextmovie|flvaddress)"+
"(\\\"|\\\')*\\\s*(\\\=|\\\:|\\\,)\\\s*(\\\"|\\\')*"+
(/clipovete\.com/i.test(window.location.hostname)
? "(.*)\\\&(video_id)=(.*)" :
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [123] Added new string in the regex for link extraction.,
Ivaylo Valkov <=