Author: sparky Date: Sat Jul 24 03:07:17 2010 New Revision: 11698 Added: toys/rsget.pl/Link/HotFile (contents, props changed) Log: - new, fixes RSGETPL-20
Added: toys/rsget.pl/Link/HotFile ============================================================================== --- (empty file) +++ toys/rsget.pl/Link/HotFile Sat Jul 24 03:07:17 2010 @@ -0,0 +1,23 @@ +# $Id$ +# Link::HotFile - Link decrypter plugin for rsget.pl +# +# 2010 (c) Przemysław Iskra <[email protected]> +# This program is free software, +# you may distribute it under GPL v2 or newer. + +name: HotFile +short: L:HotFile +web: "http://hotfile.com/" +tos: "http://hotfile.com/terms-of-service.html" +uri: qr{hotfile\.com/list/\d+/[0-9a-f]+} +uri: qr{pl\.hotfile\.com/list/\d+/[0-9a-f]+} +uri: qr{new\.hotfile\.com/list/\d+/[0-9a-f]+} +slots: max +status: OK 2010-07-24 + +start: + GET( $-{_uri} ); + + LINK( /<td .*?><a href="(.*?)">/g ); + +# vim: filetype=perl:ts=4:sw=4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
