Author: sparky
Date: Thu Nov 11 12:41:04 2010
New Revision: 11905

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- updated


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare        (original)
+++ toys/rsget.pl/Get/RapidShare        Thu Nov 11 12:41:04 2010
@@ -35,7 +35,7 @@
        GET( "http://rapidshare.com$1"; );
 
 stage_uri_complete:
-       ! ( $-{id}, $-{name}, my $size ) = $-{_referer} =~ 
m{#!download\|\d+\|(\d+)\|(.+?)\|(\d+)};
+       ! ( $-{id}, $-{name}, my $size ) = $-{_referer} =~ 
m{#!download\|[0-9a-z]+\|(\d+)\|(.+?)\|(\d+)};
        INFO( name => $-{name}, asize => "$size KB" );
        
        CLICK( 
"http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=download_v1&try=1&fileid=$-{id}&filename=$-{name}";
 );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to