SVN: toys/rsget.pl/Get/FileFactory

sparky sparky at pld-linux.org
Thu Apr 29 20:11:37 CEST 2010


Author: sparky
Date: Thu Apr 29 20:11:37 2010
New Revision: 11353

Modified:
   toys/rsget.pl/Get/FileFactory
Log:
- allow uris with 'g' in ID


Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory	(original)
+++ toys/rsget.pl/Get/FileFactory	Thu Apr 29 20:11:37 2010
@@ -9,7 +9,7 @@
 short: FF
 web: "http://filefactory.com/"
 tos: "http://filefactory.com/legal/terms.php"
-uri: qr{filefactory\.com/file/[0-9a-f]{6}}
+uri: qr{filefactory\.com/file/[0-9a-z]{6}}
 status: OK 2010-04-08
 
 start:


More information about the pld-cvs-commit mailing list