SVN: toys/rsget.pl/Video/DailyMotion

sparky sparky at pld-linux.org
Thu Mar 11 01:06:54 CET 2010


Author: sparky
Date: Thu Mar 11 01:06:53 2010
New Revision: 11231

Modified:
   toys/rsget.pl/Video/DailyMotion
Log:
- update for web layout changes


Modified: toys/rsget.pl/Video/DailyMotion
==============================================================================
--- toys/rsget.pl/Video/DailyMotion	(original)
+++ toys/rsget.pl/Video/DailyMotion	Thu Mar 11 01:06:53 2010
@@ -15,8 +15,7 @@
 start:
 	GET( $-{_uri} );
 
-	! m{<title>(.*?)</title>};
-	! m{<h1 class="dmco_title">(.*?)</h1>};
+	! m{<h1 class="dmco_title"><span class="title" title="(.*?)"};
 	my $name = de_ml( $1 );
 	$name =~ s{/}{_}g;
 


More information about the pld-cvs-commit mailing list