flowhella / get-flash-videos

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

Quit Working on PBS site #347

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1../combined-get_flash_videos-1.24 -d get_flash_video 
http://video.pbs.org/video/1380512531
2.
3.

What is the expected output? What do you see instead?
with the debug enabled I get: 

$ ./combined-get_flash_videos-1.24 -d get_flash_video 
http://video.pbs.org/video/1380512531
No plugins installed
Downloading http://get_flash_video
-> GET http://get_flash_video
<- 500 text/plain (73): UTF8 off, ASCII, 73 characters 73 bytes
Couldn't download 'http://get_flash_video': 500 Can't connect to 
get_flash_video:80 (Bad hostname 'get_flash_video')
Trying to open plugin ~/.get_flash_videos/plugins/Getflash_video.pm
Using method 'generic' for http://get_flash_video
-> GET 
<- 500 text/plain (73): UTF8 off, ASCII, 73 characters 73 bytes
Error: Couldn't download URL: 500 Can't connect to get_flash_video:80 (Bad 
hostname 'get_flash_video') at ./combined-get_flash_videos-1.24 line 16245.

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

Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).

Check for updates by running: ./combined-get_flash_videos-1.24 --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Downloading http://video.pbs.org/video/1380512531
-> GET http://video.pbs.org/video/1380512531
<- 200 text/html; charset=utf-8 (73354): UTF8 on, ASCII, 73354 characters 73354 
bytes
Trying to open plugin ~/.get_flash_videos/plugins/Video.pm
Using method 'pbs' for http://video.pbs.org/video/1380512531
media_id: 1380512531

-> GET http://video.pbs.org/videoPlayerInfo/1380512531
<- 200 application/xml (7606): UTF8 on, ASCII, 7606 characters 7606 bytes
encrypted release url: 
aes$6E6BC47CD9DC29DA4338E3CC923AA5C1$XttxByfqzAYLU4G00fZXYJmG/qvwKIG3By2phWzcgg8
itnIP2mura8CCumXpzKdWaAEZ7j5EUISn1T5daYzSzzjram5MVRSdnmXdwodfq7r4ueDpRYkvk+DUlu/
EdB0MC+Hq3/zF5nofOhOZzUcjqv98ykMhoax4I8Xg5h865VKyqWr78u+GSFQWz9OvDS0Amqb0GF9svjf
dWix0LFe0E1Exa9ouqEo2pYyDDGGbODc=

unencrypted release url: 
http://release.theplatform.com/content.select?pid=t7qCtwhceeWEzjzYVbzErSdsSjJyxm
bs&UserName=Unknown&Embedded=True&Portal=PBS%20Default%20Feed&Tracking=True&play
er=portal

-> GET 
http://release.theplatform.com/content.select?pid=t7qCtwhceeWEzjzYVbzErSdsSjJyxm
bs&UserName=Unknown&Embedded=True&Portal=PBS%20Default%20Feed&Tracking=True&play
er=portal
<- 302 (0): UTF8 off, ASCII, 0 characters 0 bytes
perl: symbol lookup error: /usr/local/lib/perl5/auto/Term/ReadKey/ReadKey.so: 
undefined symbol: Perl_Gthr_key_ptr

What version of the product are you using? On what operating system?

I'm using v 1.24 on a Fedora 16 system.

It was working a few days ago.  Since that time I have updated from Fedora 15 
to Fedora 16 and I notice that PBS/Nova has changed their site a little.

Seems to work with youtube: ./combined-get_flash_videos-1.24 
http://www.youtube.com/watch?v=HGuUOfP-mcM&feature=g-vrec&context=G2382738RVAAAA
AAAAAA started to download

Original issue reported on code.google.com by mtom1...@gmail.com on 14 Jan 2012 at 7:12

GoogleCodeExporter commented 8 years ago
I upgraded to fedora 16 and the PBS site works for me. I had to go into cpan 
and "upgrade" some of the binary perl libraries because they had broken links 
to the new F16 libraries. Try using cpan to "upgrade Term::ReadKey"

Original comment by pcwal...@comcast.net on 8 Mar 2012 at 2:56

GoogleCodeExporter commented 8 years ago
Your original problem was you were not requesting the correct url- your were 
requesting the bad url 'get_flash_video'. Notice the error 'Bad hostname 
'get_flash_video'.

Original comment by g...@cpan.org on 4 Apr 2012 at 2:53

GoogleCodeExporter commented 8 years ago
Not a problem with get_flash_videos.

Original comment by zakflash...@gmail.com on 9 Apr 2012 at 4:09

GoogleCodeExporter commented 8 years ago
The command
get_flash_videos --debug enabled http://video.pbs.org/video/1380512531
gives me the same error message as the original poster mtom1. No "upgrade 
Term::ReadKey" using cpan solved the problem.

I'm on ubuntu 12.04 with the latest version of get_flash_videos (1.24)

Original comment by hinoki.k...@gmail.com on 11 Apr 2013 at 1:39

GoogleCodeExporter commented 8 years ago
Please don't add comments to old issues that have been closed. There are no 
additional parameters for the --debug option so enabled is taken as the url 
hence bad host name.

Original comment by njtaylor...@gmail.com on 11 Apr 2013 at 4:47