Author: sparky
Date: Tue Jul 13 13:37:30 2010
New Revision: 11664

Modified:
   toys/rsget.pl/Get/ZippyShare
Log:
- updated for layout changes


Modified: toys/rsget.pl/Get/ZippyShare
==============================================================================
--- toys/rsget.pl/Get/ZippyShare        (original)
+++ toys/rsget.pl/Get/ZippyShare        Tue Jul 13 13:37:30 2010
@@ -12,7 +12,7 @@
 uri: qr{(?:www\d*\.)?zippyshare\.com/v/\d+/file\.}
 cookie: zips
 slots: max
-status: OK 2010-06-04
+status: OK 2010-07-13
 
 unify:
        return "$1/file.html" if m{^(.*?)/file};
@@ -22,12 +22,12 @@
 
        ERROR( "file not found" ) if m{<title>.*?- File does not exist</title>};
 
-       ! m#<strong>Name: </strong>(.+?)<#;
+       ! m#<font.*?>Name:\s*</font>\s*<font.*?>(.+?)</font><#;
        my $name = $1;
-       ! m#<strong>Size: </strong>($STDSIZE)<#;
+       ! m#<font.*?>Size:\s*</font>\s*<font.*?>($STDSIZE)</font><#;
        INFO( name => $name, asize => $1 );
 
-       ! m#var ziptime = (\d+); tuw\(\);#s;
+       ! m#var ziptime = (\d+);#s;
        my $wait = $1;
 
        ! m#var pong = '(.*?)';#;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to