Author: sparky
Date: Sat Oct 24 19:39:40 2009
New Revision: 10851

Modified:
   toys/rsget.pl/Link/4Shared
   toys/rsget.pl/Link/CryptIt
   toys/rsget.pl/Link/CryptedBiz
   toys/rsget.pl/Link/LinkProtector
   toys/rsget.pl/Link/RaidRush
   toys/rsget.pl/Link/ShareBee
   toys/rsget.pl/Link/Simple
Log:
- checked


Modified: toys/rsget.pl/Link/4Shared
==============================================================================
--- toys/rsget.pl/Link/4Shared  (original)
+++ toys/rsget.pl/Link/4Shared  Sat Oct 24 19:39:40 2009
@@ -5,7 +5,7 @@
 uri: qr{4shared\.com/dir/}
 slots: max
 cookie: !4sh
-status: OK 2009-10-13
+status: OK 2009-10-24
 
 unify:
        return "http://www.4shared.com/dir/$1/$2";
@@ -27,8 +27,7 @@
        push @{$-{links}}, @links;
 
        if ( @{ $-{dirs} } ) {
-               my $form;
-               ! $form = $self->form( name => "leftPanelForm" );
+               ! my $form = $self->form( name => "leftPanelForm" );
                $form->set( changedir => shift @{ $-{dirs} } );
                $form->set( refreshAfterUnzip => "false" );
                GET_NEXT( stage_morelinks, $form->post() );

Modified: toys/rsget.pl/Link/CryptIt
==============================================================================
--- toys/rsget.pl/Link/CryptIt  (original)
+++ toys/rsget.pl/Link/CryptIt  Sat Oct 24 19:39:40 2009
@@ -4,7 +4,7 @@
 short: L:CryptIt
 uri: qr{crypt-it\.com/}
 slots: max
-status: OK 2009-09-19
+status: OK 2009-10-24
 
 pre:
        use MIME::Base64;

Modified: toys/rsget.pl/Link/CryptedBiz
==============================================================================
--- toys/rsget.pl/Link/CryptedBiz       (original)
+++ toys/rsget.pl/Link/CryptedBiz       Sat Oct 24 19:39:40 2009
@@ -4,7 +4,7 @@
 short: L:CryptedBiz
 uri: qr{crypted\.biz/}
 slots: max
-status: OK 2009-08-27
+status: OK 2009-10-24
 
 pre:
        use MIME::Base64;

Modified: toys/rsget.pl/Link/LinkProtector
==============================================================================
--- toys/rsget.pl/Link/LinkProtector    (original)
+++ toys/rsget.pl/Link/LinkProtector    Sat Oct 24 19:39:40 2009
@@ -4,7 +4,7 @@
 short: L:LinkProtector
 uri: qr{link-protector\.com/}
 slots: max
-status: OK 2009-09-12
+status: OK 2009-10-24
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Link/RaidRush
==============================================================================
--- toys/rsget.pl/Link/RaidRush (original)
+++ toys/rsget.pl/Link/RaidRush Sat Oct 24 19:39:40 2009
@@ -4,7 +4,7 @@
 short: L:RaidRush
 uri: qr{save\.raidrush\.ws/}
 slots: max
-status: OK 2009-10-04
+status: OK 2009-10-24
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Link/ShareBee
==============================================================================
--- toys/rsget.pl/Link/ShareBee (original)
+++ toys/rsget.pl/Link/ShareBee Sat Oct 24 19:39:40 2009
@@ -4,7 +4,7 @@
 short: L:ShareBee
 uri: qr{sharebee\.com/}
 slots: max
-status: OK 2009-10-10
+status: OK 2009-10-24
 
 start:
        GET( $-{_uri} );

Modified: toys/rsget.pl/Link/Simple
==============================================================================
--- toys/rsget.pl/Link/Simple   (original)
+++ toys/rsget.pl/Link/Simple   Sat Oct 24 19:39:40 2009
@@ -7,7 +7,7 @@
 uri: qr{tinyurl\.com/}
 uri: qr{linkhider\.com/}
 slots: max
-status: OK 2009-09-12
+status: OK 2009-10-24
 
 start:
        my $uri = $-{_uri};
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to