STaylor8 / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

MTV Buzzworthy Blog not working #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to download video using the URL: 
http://buzzworthy.mtv.com/2009/09/04/new-video-tokio-hotel-automatic/
2. The downloader will use mtvnservices method, then fail not finding the 
ref parameter to replace into the url

Debug Output:

adam@mwshared:~$ ./get_flash_videos-1.15 --debug 
http://buzzworthy.mtv.com/2009/09/04/new-video-tokio-hotel-automatic/
Downloading http://buzzworthy.mtv.com/2009/09/04/new-video-tokio-hotel-
automatic/
-> GET http://buzzworthy.mtv.com/2009/09/04/new-video-tokio-hotel-
automatic/
<- 200 text/html; charset=UTF-8 (26715): UTF8 on, non-ASCII, 26715 
characters 26716 bytes
Using method 'mtvnservices' for 
http://media.mtvnservices.com/mgid:uma:video:mtv.com:434278
-> GET http://media.mtvnservices.com/mgid:uma:video:mtv.com:434278
<- 302 text/html (153): UTF8 off, ASCII, 153 characters 153 bytes
-> GET http://media.mtvnservices.com/player/config.php?
uri=mgid%3Auma%3Avideo%3Amtv.com%3A434278&group=music_group&type=network
<- 200 text/xml (6082): UTF8 on, ASCII, 6082 characters 6082 bytes
-> GET http://www.mtv.com/player/includes/mediaGen.jhtml?
uri=mgid:uma:video:mtv.com:434278&vid=434278&ref={ref}
<- 200 text/xml (314): UTF8 on, ASCII, 314 characters 314 bytes
Error: Can't use an undefined value as a HASH reference at 
./get_flash_videos-1.15 line 1777.

Couldn't extract Flash movie URL. This site may need specific support 
adding,
or fixing.

What version of the product are you using? On what operating system?
latest version (1.15)

Original issue reported on code.google.com by adman.com@gmail.com on 9 Sep 2009 at 7:04

GoogleCodeExporter commented 9 years ago
I believe the offical player makes a request to 
http://www.mtv.com/player/includes/mediaGen.jhtml?
uri=mgid%3Auma%3Avideo%3Amtv.com%3A434278&vid=434278&ref=http%3A//buzzworthy.mtv
.com

if this helps, because I still can't get it to work even manually.

Original comment by adman.com@gmail.com on 9 Sep 2009 at 7:10