beyonthink / get-flash-videos

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

Can't download from nfb.ca #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'm trying to download a video from nfb.ca but I keep getting this message.

   get_flash_videos http://films.nfb.ca/rip-a-remix-manifesto/
   Downloading http://films.nfb.ca/rip-a-remix-manifesto/
   Using method 'nfb' for http://films.nfb.ca/rip-a-remix-manifesto/
   Must have Data::AMF installed to download NFB videos at       /usr/share/perl5/FlashVideo/Site/Nfb.pm line 22.

   A required Perl module for downloading this video is not installed.
   Couldn't download any videos.

I've tried:

   $ sudo cpan
   cpan> install Data::AMF

but It didn't make a difference, I still getting the same message. After 
reading some of the supported sites I read that nfb.ca needed rtmpdump to work 
so I install it using:

   $ sudo aptitude install rtmpdump

but I still get the same message I posted above.

What am I doing wrong? I seem to find anything on the wiki or anywhere else?

I'm using the latest get_flash_videos available on Ubuntu 11.04 (Natty).

Thank you, Carles

Original issue reported on code.google.com by heepie...@gmail.com on 22 Apr 2011 at 7:09

GoogleCodeExporter commented 8 years ago
The site has recently changed and doesn't use AMF any longer.  I have created a 
new version that works, I just need to figure out how to submit it now.

Original comment by Samuel.S...@gmail.com on 2 May 2012 at 9:27

GoogleCodeExporter commented 8 years ago
My new version has been committed so this issue is resolved.  films.nfb.ca 
redirects to www.nfb.ca and redirecting doesn't work right now, but if you get 
the correct url, it will work.
e.g. The given film url is now http://www.nfb.ca/film/rip_a_remix_manifesto/

Original comment by Samuel.S...@gmail.com on 7 Jun 2012 at 11:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I can't get this to work with current git master:

$ ./get_flash_videos http://www.nfb.ca/film/rip_a_remix_manifesto/
Using method 'nfb' for http://www.nfb.ca/film/rip_a_remix_manifesto/
Downloading http://www.nfb.ca/film/rip_a_remix_manifesto/

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
rtmpdump: ERROR: rtmp server sent error
rtmpdump: ERROR: rtmp server requested close
Download failed, no valid file downloaded
Couldn't download any videos.

Original comment by asdfadsfa45 on 14 Nov 2013 at 4:57