SVN: toys/rsget.pl/Video/PornHub

sparky sparky at pld-linux.org
Thu Mar 11 02:55:56 CET 2010


Author: sparky
Date: Thu Mar 11 02:55:56 2010
New Revision: 11243

Modified:
   toys/rsget.pl/Video/PornHub
Log:
- fix file name


Modified: toys/rsget.pl/Video/PornHub
==============================================================================
--- toys/rsget.pl/Video/PornHub	(original)
+++ toys/rsget.pl/Video/PornHub	Thu Mar 11 02:55:56 2010
@@ -26,7 +26,7 @@
 start:
 	GET( $-{_uri} );
 
-	! m{<h1>\s*(.*?)\s*</h1>}s;
+	! m{<div class="video-title-nf".*><h1>\s*(.*?)\s*</h1></div>}s;
 	$-{fname} = de_ml( $1 );
 	$-{fname} =~ s{/}{_}g;
 	$-{fname} .= ".flv";


More information about the pld-cvs-commit mailing list