SVN: toys/rsget.pl/Link/Gazeta
sparky
sparky at pld-linux.org
Tue Aug 3 14:53:06 CEST 2010
Author: sparky
Date: Tue Aug 3 14:53:05 2010
New Revision: 11757
Modified:
toys/rsget.pl/Link/Gazeta
Log:
- be more lenient about uris
Modified: toys/rsget.pl/Link/Gazeta
==============================================================================
--- toys/rsget.pl/Link/Gazeta (original)
+++ toys/rsget.pl/Link/Gazeta Tue Aug 3 14:53:05 2010
@@ -8,19 +8,19 @@
name: Gazeta
short: L:Gazeta
web: "http://www.gazeta.pl/"
-uri: qr{(?:[a-z]+)\.gazeta\.pl/\S+/\d+,\d+,\d+,.*?\.html}
-uri: qr{groszki\.pl/\S+/\d+,\d+,\d+,.*?\.html}
-uri: qr{lula.pl/\S+/\d+,\d+,\d+,.*?\.html}
-uri: qr{plotek\.pl/\S+/\d+,\d+,\d+,.*?\.html}
-uri: qr{sport\.pl/\S+/\d+,\d+,\d+,.*?\.html}
-uri: qr{wyborcza\.biz/\S+/\d+,\d+,\d+,.*?\.html}
+uri: qr{(?:[a-z]+)\.gazeta\.pl/\S+/\d+,\d+,\d+}
+uri: qr{groszki\.pl/\S+/\d+,\d+,\d+}
+uri: qr{lula.pl/\S+/\d+,\d+,\d+}
+uri: qr{plotek\.pl/\S+/\d+,\d+,\d+}
+uri: qr{sport\.pl/\S+/\d+,\d+,\d+}
+uri: qr{wyborcza\.biz/\S+/\d+,\d+,\d+}
slots: max
status: OK 2010-08-02
start:
GET( $-{_uri} );
- ERROR( "no links found" )
+ ERROR( "no video found" )
unless m{flashvars: "pid=swfObj&m=(.*?)&}
or m#<param name="FlashVars" value="m=(.*?)&#;
More information about the pld-cvs-commit
mailing list