SVN: toys/rsget.pl/Link/Gazeta

pawelz pawelz at pld-linux.org
Wed Aug 4 09:58:44 CEST 2010


Author: pawelz
Date: Wed Aug  4 09:58:43 2010
New Revision: 11759

Modified:
   toys/rsget.pl/Link/Gazeta
Log:
- allow parameters before 'm'


Modified: toys/rsget.pl/Link/Gazeta
==============================================================================
--- toys/rsget.pl/Link/Gazeta	(original)
+++ toys/rsget.pl/Link/Gazeta	Wed Aug  4 09:58:43 2010
@@ -22,7 +22,7 @@
 
 	ERROR( "no video found" )
 		unless m{flashvars: "pid=swfObj&m=(.*?)&}
-			or m{<param name="FlashVars" value="m=(.*?)&};
+			or m{<param name="FlashVars" value="(?:.*?&)?m=(.*?)&};
 
 	GET( uri_unescape( $1 ) );
 


More information about the pld-cvs-commit mailing list