SVN: toys/rsget.pl/Get/OdSiebie
sparky
sparky at pld-linux.org
Thu Oct 22 20:13:55 CEST 2009
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
More information about the pld-cvs-commit
mailing list