Author: sparky Date: Wed Dec 16 02:14:02 2009 New Revision: 11046 Modified: toys/rsget.pl/Video/SpankWire Log: - updated
Modified: toys/rsget.pl/Video/SpankWire ============================================================================== --- toys/rsget.pl/Video/SpankWire (original) +++ toys/rsget.pl/Video/SpankWire Wed Dec 16 02:14:02 2009 @@ -10,7 +10,7 @@ web: "http://www.spankwire.com/" uri: qr{spankwire\.com/[^/]+/video\d+} slots: max -status: OK 2009-10-05 +status: OK 2009-12-16 start: GET( $-{_uri} ); @@ -22,11 +22,11 @@ INFO( name => $-{fname}, quality => "flv" ); - ! m{videoPath:"(/Player/VideoXML.*?)"}; + ! m{videoPath:\s*"\.\./(PlaylistXml.*?)"}; my $uri = uri_unescape( $1 ); - GET( $uri ); + GET( "/Controls/UserControls/Players/v3/" . $uri ); - ! m{<url type="string">(.*?)</url>}; + ! m{<url>(.*?)</url>}; my $file_uri = de_ml( $1 ); DOWNLOAD( $file_uri, fname => $-{fname} ); _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
