rt2yrru / get-flash-videos

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

Byutv.org not supported #489

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I was hoping to be able to download Granite Flats from byutv.org, but it 
appears this site is not supported.  I made a feeble attempt at adding support, 
but my perl-fu & javascript-fu was far too weak.

Example URLs:
http://www.byutv.org/watch/ee896b24-5ec3-4608-8ad9-27584e173c4c/granite-flats-pi
lot
http://www.byutv.org/watch/68c3077a-adea-4d01-ac0e-a3275c6f3a5b/granite-flats-em
pty-box
http://www.byutv.org/watch/738d498a-4b99-4893-a41c-af7c740fa88c/granite-flats-a-
secret-to-the-heart-nearest

Output w/ --debug:
% /usr/bin/get_flash_videos 
"http://www.byutv.org/watch/ee896b24-5ec3-4608-8ad9-27584e173c4c/granite-flats-p
ilot" --debug
No plugins installed
Downloading 
http://www.byutv.org/watch/ee896b24-5ec3-4608-8ad9-27584e173c4c/granite-flats-pi
lot
-> GET 
http://www.byutv.org/watch/ee896b24-5ec3-4608-8ad9-27584e173c4c/granite-flats-pi
lot
<- 200 text/html; charset=utf-8 (40327): UTF8 on, non-ASCII, 40327 characters 
40331 bytes
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Byutv.pm
Trying to open plugin ~/.get_flash_videos/plugins/Org.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ajax.pm
Trying to open plugin ~/.get_flash_videos/plugins/Aspnetcdn.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Google.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Cdnstatic.pm
Trying to open plugin ~/.get_flash_videos/plugins/Liverail.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ajax.pm
Trying to open plugin ~/.get_flash_videos/plugins/Googleapis.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Brightcove.pm
Trying to open plugin ~/.get_flash_videos/plugins/Mtvnservices.pm
Trying to open plugin ~/.get_flash_videos/plugins/Gawker.pm
Using method 'generic' for 
http://www.byutv.org/watch/ee896b24-5ec3-4608-8ad9-27584e173c4c/granite-flats-pi
lot
Found /
Guessed http://www.byutv.org/ trying...
Exists on http://www.byutv.org/: 200
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Byutv.pm
Trying to open plugin ~/.get_flash_videos/plugins/Org.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ajax.pm
Trying to open plugin ~/.get_flash_videos/plugins/Aspnetcdn.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Cdnstatic.pm
Trying to open plugin ~/.get_flash_videos/plugins/Liverail.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ajax.pm
Trying to open plugin ~/.get_flash_videos/plugins/Googleapis.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Using method 'generic' for http://www.byutv.org/
-> GET http://www.byutv.org/
<- 206 text/html; charset=utf-8 (10001): UTF8 on, ASCII, 10001 characters 10001 
bytes
Error: No URLs found at 
/usr/lib64/perl5/vendor_perl/5.16.3/FlashVideo/Generic.pm line 128.

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: /usr/bin/get_flash_videos --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.
Couldn't download any videos.

Original issue reported on code.google.com by beol...@gmail.com on 17 Apr 2013 at 11:20

GoogleCodeExporter commented 8 years ago
Did you ever get it to work? Or find another way to download Granite Flats?

Original comment by joshuakh...@gmail.com on 6 Apr 2014 at 10:39

GoogleCodeExporter commented 8 years ago
I did not, I ended up just watching it streaming via their Android app w/ my TV 
plugged into my tablet.  Would have preferred downloading a local copy to my 
media PC the TV's already plugged into.

I might make another attempt at getting get_flash_videos working now that 
Season 2's started.  But I've been having computer issues, so it might be a 
while before I get around to it.  If anyone else wants to have a try, I believe 
byutv.org uses Ooyala as their video player, and the git-hub tree already has 
an Ooyala.pm module.  I have no idea how many changes would be required to get 
it working w/ byutv.org.

Original comment by beol...@gmail.com on 8 Apr 2014 at 9:08