SVN: toys/rsget.pl/Get/SendSpacePL
sparky
sparky at pld-linux.org
Fri Oct 23 23:54:08 CEST 2009
Author: sparky
Date: Fri Oct 23 23:54:08 2009
New Revision: 10841
Modified:
toys/rsget.pl/Get/SendSpacePL
Log:
- click, better uri, checked
Modified: toys/rsget.pl/Get/SendSpacePL
==============================================================================
--- toys/rsget.pl/Get/SendSpacePL (original)
+++ toys/rsget.pl/Get/SendSpacePL Fri Oct 23 23:54:08 2009
@@ -2,9 +2,9 @@
name: SendSpacePL
short: SS.pl
-uri: qr{sendspace\.pl/file/}
+uri: qr{sendspace\.pl/file/[a-zA-Z0-9]{8}}
cookie: ss.pl
-status: OK 2009-10-15
+status: OK 2009-10-23
start:
GET( $-{_uri} );
@@ -25,7 +25,7 @@
! m#<a href="(http://www.sendspace.pl/download/.*?)"><img src=".*?" alt="Pobierz plik" title="Pobierz plik" /></a>#;
my $file_uri = $1;
- DOWNLOAD( $file_uri );
+ CLICK_DOWNLOAD( $file_uri );
RESTART( $1, "free limit reached" ) if /setDownloadTimeOut\('(\d+)'\);/;
More information about the pld-cvs-commit
mailing list