STaylor8 / get-flash-videos

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

about.com videos not supported #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get_flash_videos http://video.about.com/pilates/Pilates-Exercise--The-
Hundred.htm

./get_flash_videos-1.13 --debug http://video.about.com/pilates/Pilates-
Exercise--The-Hundred.htm
Downloading http://video.about.com/pilates/Pilates-Exercise--The-
Hundred.htm
-> GET http://video.about.com/pilates/Pilates-Exercise--The-Hundred.htm
<- 200 text/html (18417): UTF8 on, ASCII, 18417 characters 18417 bytes
Using method 'generic' for http://video.about.com/pilates/Pilates-
Exercise--The-Hundred.htm
Error: No URLs found at ./get_flash_videos-1.13 line 2726.

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

Original issue reported on code.google.com by taa...@gmail.com on 13 Jun 2009 at 12:56

GoogleCodeExporter commented 9 years ago
Support added in r178.

Original comment by monsieur...@gmail.com on 13 Jun 2009 at 5:50

GoogleCodeExporter commented 9 years ago
Using about.com gives a brightcove error:

studio@studio-laptop:~/Downloads$ get_flash_videos --debug 
http://video.about.com/kidscooking/Hot-Chocolate-Sticks.htm
1 plugins installed:
- Hulu.pm
Downloading http://video.about.com/kidscooking/Hot-Chocolate-Sticks.htm
-> GET http://video.about.com/kidscooking/Hot-Chocolate-Sticks.htm
<- 200 text/html (23916)
Trying to open plugin ~/.get_flash_videos/plugins/Video.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Z.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Admin.pm
Using method 'brightcove' for http://admin.brightcove.com/js/experience_util.js
Extracted playerId: 42795866001, videoId: , lineupID: 
$VAR1 = bless( {
                 'messages' => [
                                 bless( {
                                          'source' => '
',
                                          'target_uri' => '/2/onResult',
                                          'version' => 0,
                                          'value' => [],
                                          'response_uri' => ''
                                        }, 'Data::AMF::Message' )
                               ],
                 'headers' => [],
                 'version' => 0
               }, 'Data::AMF::Packet' );

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

Original comment by tryagain...@gmail.com on 23 Mar 2010 at 4:02