Author: sparky
Date: Thu Oct 22 20:13:55 2009
New Revision: 10823

Modified:
   toys/rsget.pl/Get/OdSiebie
Log:
- use click; checked


Modified: toys/rsget.pl/Get/OdSiebie
==============================================================================
--- toys/rsget.pl/Get/OdSiebie  (original)
+++ toys/rsget.pl/Get/OdSiebie  Thu Oct 22 20:13:55 2009
@@ -4,8 +4,8 @@
 short: OS
 uri: qr{odsiebie\.com/pokaz/}
 cookie: os
-slots: 8
-status: OK 2009-08-28
+slots: max
+status: OK 2009-10-22
 
 start:
        GET( $-{_uri} );
@@ -39,7 +39,7 @@
        INFO( name => $1, asize => $2 );
 
        ! m{href="(/pobierz/\d+---.*?(\.html)?)"};
-       GET( $1 );
+       CLICK( $1 );
 
        ! m{href="(/download/\d+---.*?.html)"};
        $-{file_uri} = $1;
@@ -47,6 +47,6 @@
 stage_download:
        my @fname;
        @fname = ( fname => $-{fname} ) if $-{fname};
-       DOWNLOAD( $-{file_uri}, @fname );
+       CLICK_DOWNLOAD( $-{file_uri}, @fname );
 
 # vim:ts=4:sw=4
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to