Author: sparky
Date: Sat Jun  5 02:52:35 2010
New Revision: 11538

Modified:
   toys/rsget.pl/Get/4Shared
Log:
- updated / fixed


Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared   (original)
+++ toys/rsget.pl/Get/4Shared   Sat Jun  5 02:52:35 2010
@@ -13,7 +13,7 @@
 tos: "http://www.4shared.com/terms.jsp";
 uri: qr{4shared\.com/(account/)?file/}
 slots: max
-status: BROKEN 2010-06-04
+status: OK 2010-06-05
 
 unify:
        return "http://www.4shared.com/file/$1/$2";
@@ -36,7 +36,7 @@
        ! m{<a href="(.*?)" class="dbtn" tabindex="1">};
        CLICK( $1 );
 
-       ! m{id='divDLStart' >\s*<a href='(.*?)'>};
+       ! m{id='divDLStart'>\s*<a href='(.*?)'>};
        $-{file_uri} = $1;
 
        ! /var c = (\d+);/;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to