podcatcher 3.1.10 → 3.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.txt +20 -32
- data/bin/podcatcher +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5534aaf94d321ab7ee64863564625b2f203b787f
|
|
4
|
+
data.tar.gz: 12dba3523d0dc054b82fc6fe488d770ef3db737d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e9e3a7904ce90e8ed6c600254890549df89d106568124e353a8ccd5318ebe422e2753bab2073181af0b50a89977ce7955469f418b151b645cba2c518dcbb215
|
|
7
|
+
data.tar.gz: 1045619c9d7cf28cf4e9bcfdd0db5820f6cface9a3d8158ad951b1df43dc780b12782662d2c994b3db95bdb4f182ad87bbde782c8703a4e807db0d74ef3ebd03
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.txt
CHANGED
|
@@ -24,7 +24,25 @@ target different directories.
|
|
|
24
24
|
|
|
25
25
|
Visit https://github.com/doga/podcatcher for more information.
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
Installation
|
|
29
|
+
------------
|
|
30
|
+
$ # Optional security step (do this once)
|
|
31
|
+
$ gem cert --add <(curl -Ls https://raw.githubusercontent.com/doga/podcatcher/master/certs/doga.pem)
|
|
32
|
+
$
|
|
33
|
+
$ # Install
|
|
34
|
+
$ # (Optional security paramater: --trust-policy HighSecurity)
|
|
35
|
+
$ gem install podcatcher --trust-policy HighSecurity
|
|
36
|
+
$
|
|
37
|
+
$ # Check the used version
|
|
38
|
+
$ podcatcher --version
|
|
39
|
+
3.1.12
|
|
40
|
+
$
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
Usage
|
|
44
|
+
-----
|
|
45
|
+
podcatcher [options] [arguments]
|
|
28
46
|
|
|
29
47
|
Options:
|
|
30
48
|
-d, --dir DIR Directory for storing application state.
|
|
@@ -207,43 +225,13 @@ Usage examples:
|
|
|
207
225
|
podcatcher -F search -f 12 news http://www.npr.org/podcasts.opml > npr_news.opml
|
|
208
226
|
|
|
209
227
|
|
|
210
|
-
Requirements
|
|
211
|
-
------------
|
|
212
|
-
Ruby 1.8.2 or later.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
Installation
|
|
216
|
-
------------
|
|
217
|
-
1. Install the most recent Ruby distribution. Ruby is available on many
|
|
218
|
-
operating systems such as Windows, MacOS and Linux. A good starting point
|
|
219
|
-
is http://www.ruby-lang.org/en/ , and for Linux it is worth taking a look
|
|
220
|
-
at an RPM repository such as http://www.rpmseek.com/ (package name ruby).
|
|
221
|
-
|
|
222
|
-
2. Extract to disk the podcatcher directory from the TGZ file.
|
|
223
|
-
|
|
224
|
-
3. (Optional, for internal BitTorrent support) Download the most recent
|
|
225
|
-
RubyTorrent release from http://rubyforge.org/projects/rubytorrent/ ,
|
|
226
|
-
add its installation directory to $RUBYLIB (for Linux).
|
|
227
|
-
|
|
228
|
-
4. (Optional, for Linux users) Add the podcatcher/bin subdirectory to $PATH.
|
|
229
|
-
|
|
230
|
-
|
|
231
228
|
Support
|
|
232
229
|
-------
|
|
233
230
|
Please use https://github.com/doga/podcatcher for bug reports
|
|
234
231
|
and feature requests.
|
|
235
232
|
|
|
236
|
-
Alternatively, you can send me an email to the address listed below.
|
|
237
|
-
|
|
238
233
|
|
|
239
234
|
License
|
|
240
235
|
-------
|
|
241
|
-
Armangil's podcatcher is released under the
|
|
242
|
-
Please see http://opensource.org/licenses/gpl-license.php for more information.
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
Author
|
|
246
|
-
------
|
|
247
|
-
Doga Armangil, armangild@yahoo.com
|
|
236
|
+
Armangil's podcatcher is released under the MIT Licence.
|
|
248
237
|
|
|
249
|
-
[November 2014]
|
data/bin/podcatcher
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# Author: Doga Armangil, armangild@yahoo.com
|
|
7
7
|
|
|
8
8
|
PODCATCHER_WEBSITE = 'https://github.com/doga/podcatcher'
|
|
9
|
-
PODCATCHER_VERSION = '3.1.
|
|
9
|
+
PODCATCHER_VERSION = '3.1.12'
|
|
10
10
|
|
|
11
11
|
# todo: allow files to be selected not only by its MIME type, but also other attributes. Example: --content '^video/ width:680-1024 height:400'
|
|
12
12
|
# todo: --proxy option
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: podcatcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doga Armangil
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
DcNXARPdnPlz0VQedZo89pKjngah8Nur01/wD97Q18Mr/av3H4Bg1sTF+RZAplU3
|
|
32
32
|
RX+xYPJjPMyjrD73KZ5UNtXo5jOP1T85SqXOl6ICfedTVgZMk9mzK8+PkP1croHi
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-03-
|
|
34
|
+
date: 2016-03-02 00:00:00.000000000 Z
|
|
35
35
|
dependencies: []
|
|
36
36
|
description:
|
|
37
37
|
email:
|
metadata.gz.sig
CHANGED
|
Binary file
|