Author: sparky Date: Thu Apr 8 21:25:05 2010 New Revision: 11326 Modified: toys/rsget.pl/Get/MediaFire Log: - removed TODO and pointless warnings
Modified: toys/rsget.pl/Get/MediaFire ============================================================================== --- toys/rsget.pl/Get/MediaFire (original) +++ toys/rsget.pl/Get/MediaFire Thu Apr 8 21:25:05 2010 @@ -5,8 +5,6 @@ # This program is free software, # you may distribute it under GPL v2 or newer. -# TODO: some links have problems - name: MediaFire short: MF web: "http://www.mediafire.com/" @@ -48,7 +46,6 @@ my @esc = m/(\S+=unescape.*?eval|eval\(".*?"\))/g; if ( scalar @esc ) { - warn "Has escapes\n"; foreach my $e ( @esc ) { $_ = jseval( $e ); if ( /getElementById\('([0-9a-f]+)'\)/ ) { @@ -56,7 +53,6 @@ } } } else { - warn "Old style\n"; while ( s/^.*?getElementById\('([0-9a-f]+)'\)//s ) { last if $-{func_id} eq $1; } _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
