twitchy 0.1.2 → 0.1.3
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
- data/README.md +2 -2
- data/lib/twitchy/livestreamer.rb +1 -1
- data/twitchy.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9eeb3372b1a30aae373980ee6adae8cfbf8b00d
|
4
|
+
data.tar.gz: 187918c6ca742a9565e79de0c1be10179aec992c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8dde5f155f28ac695ef40af025ba83abca5813079286ab95ed1385ee9c1798852c805a61d52453d90bf9b05034b3bd76fefea56ea5af1c4e5bc7919fb979c2c8
|
7
|
+
data.tar.gz: e919b9b25cfeb2936175d8db62a6fd4f3a8cc2ea4b7a91bbf38174935f47bfc73ab2b0c82090f84cba3b4588d8a5c3014f1a7148254141a0b6735bec29510cf7
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ Usage: twitchy [options] [channel ..]
|
|
18
18
|
```
|
19
19
|
## Dependencies
|
20
20
|
|
21
|
-
Requires [`livestreamer`](https://github.com/chrippa/livestreamer) (obviously), and currently the [`colorize`](https://github.com/fazibear/colorize)
|
21
|
+
Requires [`livestreamer`](https://github.com/chrippa/livestreamer) (obviously), and currently the [`colorize`](https://github.com/fazibear/colorize) and [`launchy`](http://www.copiousfreetime.org/projects/launchy) gems.
|
22
22
|
|
23
23
|
## Installation
|
24
24
|
|
@@ -27,6 +27,6 @@ Requires [`livestreamer`](https://github.com/chrippa/livestreamer) (obviously),
|
|
27
27
|
## Todo
|
28
28
|
|
29
29
|
~~I plan on gemifying this soon.~~ Also, a lot of usage is unclear (pagination in
|
30
|
-
archives, quality options,
|
30
|
+
archives, quality options, etc).
|
31
31
|
|
32
32
|
I have greatly reduced API requests from earlier versions, but I'm always keeping an eye out for ways to bring the number of those calls down further. There's a way to get all the videos from subscriptions of a user, but it requires authentication and isn't very flexible, for example, so right now I'm making calls for each requested channel.
|
data/lib/twitchy/livestreamer.rb
CHANGED
data/twitchy.gemspec
CHANGED