koteashok / get-flash-videos

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

Support facebook videos better #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently facebook videos work with generic, but not very well.

Need to support
- Login
- Quality (currently chooses lowest)

Original issue reported on code.google.com by monsieur...@gmail.com on 10 Jan 2010 at 3:30

GoogleCodeExporter commented 8 years ago
Actually, the generic information extractor is not really working for some 
videos. For instance, it doesn't work with:

https://www.facebook.com/video/video.php?v=207446242657384

I pushed some fixes to 'youtube-dl' at github (see 
https://github.com/rg3/youtube-dl/pull/199) and it would be nice to have this 
implemented in get-flash-videos also.

Regards.

Original comment by rbr...@gmail.com on 20 Oct 2011 at 10:39

GoogleCodeExporter commented 8 years ago
I've started some work on a Facebook plugin, as the generic downlaoder did not 
work for me either. https://github.com/monsieurvideo/get-flash-videos/pull/103

It successfully downloads the video linked above.

I've also successfully downloaded some videos that require login by using 
firefox's cookies. 
https://github.com/Bjwebb/get-flash-videos/commit/b25d279245e6fefcb0830123da5ee6
c6f9167c82 I think that this might be a useful feature for get-flash-videos, as 
an extra commandline option.

Original comment by bjweb...@googlemail.com on 9 Mar 2013 at 3:06

GoogleCodeExporter commented 8 years ago
First pull request now merged, updated plugin added version.

The second about cookies - I'll register a don't know yet the implications of 
adding HTTP::Cookies::Mozilla, for a start on OpenBSD there is no package for 
that, I could look at creating one. No offical package for Debian either. Not 
sure about Windows.

Original comment by njtaylor...@gmail.com on 10 Mar 2013 at 1:28