Author: sparky
Date: Tue May  4 19:12:26 2010
New Revision: 11371

Modified:
   toys/rsget.pl/Get/MediaFire
Log:
- fixed


Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire (original)
+++ toys/rsget.pl/Get/MediaFire Tue May  4 19:12:26 2010
@@ -58,7 +58,7 @@
                }
        }
 
-       ! m{href=\\"http://"\s*\+\s*(.*?)\s*\+'(.*?)">};
+       ! m{href=\\"http://"\s*\+\s*(.*)\s*\+\s*'(/.*?)">};
        my $order = $1; my $name = $2;
        my $code = join "", map { /'(.*)'/ ? $1 : $vars{ $_ } } split 
/\s*\+\s*/, $order;
        my $uri = "http://"; . $code . $name;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to