SVN: toys/rsget.pl/Get/MediaFire
sparky
sparky at pld-linux.org
Tue May 4 19:12:26 CEST 2010
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;
More information about the pld-cvs-commit
mailing list