README.md in flv-dl-0.1.0 vs README.md in flv-dl-0.1.1
- old
+ new
@@ -5,11 +5,11 @@
* [Documentation](http://rubydoc.info/gems/flv-dl/frames)
* [Email](mailto:postmodern.mod3 at gmail.com)
## Description
-Downloads or plays Flash Video (flv) file directly from their web-page.
+Downloads or plays Flash Video (`.flv`) file directly from their web-page.
## Why?
Because **fuck flash**, that's why.
@@ -18,15 +18,21 @@
* 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:
flv-dl -p totem "URL"
@@ -38,9 +44,10 @@
flv-dl -D "URL"
## Requirements
+* [uri-query_params](https://github.com/postmodern/uri-query_params) ~> 0.6
* [nokogiri](https://github.com/tenderlove/nokogiri) ~> 1.4
## Install
$ gem install flv-dl