Project

flv-dl

0.01
No commit activity in last 3 years
No release in over 3 years
Downloads or plays Flash Video (flv) files directly from web-pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.4
~> 0.7

Runtime

 Project Readme

flv-dl

Description

Downloads or plays Flash Video (.flv) file directly from their web-page.

Why?

Because fuck flash, that's why.

Features

  • Extracts flashvars from:
    • param tags.
    • embed / object tags.
    • JavaScript

TODO

  • Support extracting Video URLs from XML/JSON config files.
  • Add specs for {FLV::Video} against major Flash Video websites (yes, even the sketchy porn sites.)

Synopsis

Downloads a video:

flv-dl "URL"
flv-dl -o video.flv "URL"

Plays a video:

export VIDEO_PLAYER=mplayer
flv-dl -p "URL"

List available formats / URLs:

flv-dl -U "URL"

Dumps the collected flashvars:

flv-dl -D "URL"

Requirements

Install

$ gem install flv-dl

Copyright

Copyright (c) 2012 Postmodern

See {file:LICENSE.txt} for details.