flv-dl 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +9 -2
  2. data/gemspec.yml +2 -1
  3. metadata +17 -1
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  ## Description
9
9
 
10
- Downloads or plays Flash Video (flv) file directly from their web-page.
10
+ Downloads or plays Flash Video (`.flv`) file directly from their web-page.
11
11
 
12
12
  ## Why?
13
13
 
@@ -20,11 +20,17 @@ Because **fuck flash**, that's why.
20
20
  * `embed` / `object` tags.
21
21
  * JavaScript
22
22
 
23
+ ## TODO
24
+
25
+ * Support extracting Video URLs from XML/JSON config files.
26
+ * Add specs for {FLV::Video} against major Flash Video websites
27
+ (yes, even the sketchy porn sites.)
28
+
23
29
  ## Synopsis
24
30
 
25
31
  Downloads a video:
26
32
 
27
- flv-dl "URL"
33
+ flv-dl -o video.flv "URL"
28
34
 
29
35
  Plays a video:
30
36
 
@@ -40,6 +46,7 @@ Dumps the collected `flashvars`:
40
46
 
41
47
  ## Requirements
42
48
 
49
+ * [uri-query_params](https://github.com/postmodern/uri-query_params) ~> 0.6
43
50
  * [nokogiri](https://github.com/tenderlove/nokogiri) ~> 1.4
44
51
 
45
52
  ## Install
data/gemspec.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: flv-dl
2
- version: 0.1.0
2
+ version: 0.1.1
3
3
  summary: Downloads Flash Video (flv) files from web-pages.
4
4
  description:
5
5
  Downloads or plays Flash Video (flv) files directly from web-pages.
@@ -10,6 +10,7 @@ email: postmodern.mod3@gmail.com
10
10
  homepage: https://github.com/sophsec/flv-dl#readme
11
11
 
12
12
  dependencies:
13
+ uri-query_params: ~> 0.6
13
14
  nokogiri: ~> 1.4
14
15
 
15
16
  development_dependencies:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flv-dl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,6 +11,22 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: uri-query_params
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '0.6'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '0.6'
14
30
  - !ruby/object:Gem::Dependency
15
31
  name: nokogiri
16
32
  requirement: !ruby/object:Gem::Requirement