curlを使用してビデオを取得できますか?LiveleakからビデオをダウンロードするためにWebサイトを使用していましたが、機能しなくなりました。スクリプトの1つにこれが必要です。
基本的にこれはリンクです: http ://www.liveleak.com/e/955_1345380192
このhttp://edge.liveleak.com/80281E/u/u/ll2_player_files/mp55/player.swf?config=http://www.liveleak.com/player?a=config%26item_token=955_1345380192%26embedにリダイレクトされます= 1%26extra_params =
そのconfリンクにはビデオリンクが含まれています。ダウンロードしようとするたびに、次のようになります---> file_url、file_token、またはplaylist_tokenが設定されていることを確認してください。 http://www.liveleak.com/player?a=config%26item_token=955_1345380192%26embed=1%26extra_params=
私がこれまでに試したこと:
curl http://edge.liveleak.com/80281E/u/u/ll2_player_files/mp55/player.swf?config=http://www.liveleak.com/player?a=config%26item_token=955_1345380192%26embed=1%26extra_params= -s -L -b LCOOKIE -c LCOOKIE -o LIVE
curl http://edge.liveleak.com/80281E/u/u/ll2_player_files/mp55/player.swf?config=http://www.liveleak.com/player?a=config%26item_token=955_1345380192%26embed=1%26extra_params= -I
curl http://edge.liveleak.com/80281E/u/u/ll2_player_files/mp55/player.swf?config=http://www.liveleak.com/player?a=config%26item_token=955_1345380192%26embed=1%26extra_params= -v
curl http://www.liveleak.com/player?a=config&item_token=955_1345380192&embed=1&extra_params=
wget http://www.liveleak.com/player?a=config&item_token=955_1345380192&embed=1&extra_params=
curl -A "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.10 (maverick) Firefox/3.6.15" http://www.liveleak.com/player?a=config&item_token=955_1345380192&embed=1&extra_params=