Open GoogleCodeExporter opened 8 years ago
The normal way to supply updates is via pull requests.
Original comment by njtaylor...@gmail.com
on 9 Jun 2013 at 7:17
The instructions are a bit unclear where the pull request goes, but I've set up
a git repo for this, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/get-flash-videos.git
issue-507
Hopefully, my tag signing key is well enough connected that you can verify it
The short change log is
James Bottomley (2):
Add F4V fragment downloader (also known as F4F)
Syfy: Add preliminary support
And the diffstat
get_flash_videos | 5 +
lib/FlashVideo/F4VDownloader.pm | 413 ++++++++++++++++++++++++++++++++++++++++
lib/FlashVideo/Site/Syfy.pm | 142 ++++++++++++++
3 files changed, 560 insertions(+)
create mode 100644 lib/FlashVideo/F4VDownloader.pm
create mode 100644 lib/FlashVideo/Site/Syfy.pm
Original comment by jej...@googlemail.com
on 9 Jun 2013 at 7:59
github is used that has a pull request that can be clicked on. Other git
repositories need to do the pull manually, or can apply the patches. Lot easier
using github can make comments/get corrections.
Channel 4 uses f4v already done a downloader for that, but never sorted out the
decryption part so never added. Will look at your's - assume it's just a
concatenation of segements rather than the full f4v. Currently I avoid the
f4v/decryption by selecting the PS3 downloads for channel 4.
Original comment by njtaylor...@gmail.com
on 9 Jun 2013 at 8:50
Original issue reported on code.google.com by
jej...@googlemail.com
on 9 Jun 2013 at 2:38Attachments: