peerflixrb 5.2.1 → 5.2.2
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 +3 -10
- data/bin/webtorrent-cli-linux +0 -0
- data/bin/webtorrent-cli-macos +0 -0
- data/bin/webtorrent-cli-win.exe +0 -0
- data/lib/peerflixrb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f05196d64c582760467611d5748d579767a5981d
|
|
4
|
+
data.tar.gz: ea7d85e3a42883fb74a71b653bf018150831de84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9453044a369dc7f78d8f8740623d227a061e636c4903a5bf51b26e17824eeb500a050bd85f78f1a3429d32ac43dc849520fbba1a4926819751f07d8fb4e07f6
|
|
7
|
+
data.tar.gz: 5e74301391183a32143a641f1ba05bff46e9de2ce7aa6ddecc088566813fe2fde9963b49fe0a4a4a266ef4c38860be9f3306495362ba8af58314c93aa5e4854f
|
data/README.md
CHANGED
|
@@ -2,14 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Peerflixrb
|
|
4
4
|
|
|
5
|
-
Wrapper for [webtorrent-cli](https://github.com/feross/webtorrent-cli) with automatic search through [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Requirements
|
|
9
|
-
|
|
10
|
-
Make sure you have **webtorrent-cli** installed:
|
|
11
|
-
|
|
12
|
-
$ npm install -g webtorrent-cli
|
|
5
|
+
Wrapper for [webtorrent-cli](https://github.com/feross/webtorrent-cli) with automatic search through [Zooqle](https://zooqle.com), [YifySubtitles](http://www.yifysubtitles.com/) and [Addic7ed](http://www.addic7ed.com/).
|
|
13
6
|
|
|
14
7
|
|
|
15
8
|
## Installation
|
|
@@ -44,13 +37,13 @@ If you prefer to use your own subtitles file, you can do that with the ```-t SUB
|
|
|
44
37
|
|
|
45
38
|
$ peerflixrb Better Call Saul s02e04 -t subtitle_file.srt
|
|
46
39
|
|
|
47
|
-
You can autoplay in
|
|
40
|
+
You can autoplay in your favourite player with the corresponding option (Default: mpv).
|
|
48
41
|
|
|
49
42
|
$ peerflixrb --mpv The Big Bang Theory s09e16
|
|
50
43
|
|
|
51
44
|
It works with DLNA too with the ```-u``` option (subtitles too!).
|
|
52
45
|
|
|
53
|
-
|
|
46
|
+
If you prefer to let it download without autoplaying use the option ```-n``` or ```--no-player```.
|
|
54
47
|
|
|
55
48
|
|
|
56
49
|
## Cache
|
data/bin/webtorrent-cli-linux
CHANGED
|
Binary file
|
data/bin/webtorrent-cli-macos
CHANGED
|
Binary file
|
data/bin/webtorrent-cli-win.exe
CHANGED
|
Binary file
|
data/lib/peerflixrb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: peerflixrb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Marchante
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addic7ed_downloader
|