Author: sparky
Date: Wed Oct 21 23:26:45 2009
New Revision: 10804

Modified:
   toys/rsget.pl/Get/4Shared
   toys/rsget.pl/Get/ArchivTo
Log:
- click
- checked some links; updated status date


Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared   (original)
+++ toys/rsget.pl/Get/4Shared   Wed Oct 21 23:26:45 2009
@@ -4,7 +4,7 @@
 short: 4S
 uri: qr{4shared\.com/(account/)?file/}
 slots: 8
-status: OK 2009-10-13
+status: OK 2009-10-21
 
 unify:
        return "http://www.4shared.com/file/$1/$2";

Modified: toys/rsget.pl/Get/ArchivTo
==============================================================================
--- toys/rsget.pl/Get/ArchivTo  (original)
+++ toys/rsget.pl/Get/ArchivTo  Wed Oct 21 23:26:45 2009
@@ -4,7 +4,7 @@
 short: AT
 uri: qr{archiv\.to/}
 slots: 8
-status: OK 2009-09-12
+status: OK 2009-10-21
 
 start:
        GET( $-{_uri} );
@@ -18,6 +18,6 @@
        m#<td width="23%">Dateigröße</td>\s*<td width="77%">: (\d+) Bytes#s;
        INFO( name => $name, size => $1 );
 
-       DOWNLOAD( de_ml( $file_uri ) );
+       CLICK_DOWNLOAD( de_ml( $file_uri ) );
 
 # 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