peerflixrb 5.2.1 → 5.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fc135398c0e7148b8375d5cd679b0ab4031f6e5
4
- data.tar.gz: cada989c0ed7bab5dc0064298f9bfd05ac3b6b18
3
+ metadata.gz: f05196d64c582760467611d5748d579767a5981d
4
+ data.tar.gz: ea7d85e3a42883fb74a71b653bf018150831de84
5
5
  SHA512:
6
- metadata.gz: c4f8091f408150e1f2a4dc7067843b80665ac0bab778aad0e6beaf61df2f6fb5a77acaf0d7681375f1a0dd0b6a1ce5739b96116e3575e611eb743d63c6e7896e
7
- data.tar.gz: abaa9940a440598f715e6a88363346cf917364ff208a06d33acf5b99a7b96ed06b5562725ca23aeb28b8a9d2b6dae34253526f6871ae0a46507a2c7613802582
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 [Extratorrent](https://extratorrent.cc), [YifySubtitles](http://www.yifysubtitles.com/) and [Addic7ed](http://www.addic7ed.com/) (with [gem addic7ed_downloader](https://github.com/iovis9/addic7ed_downloader)).
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 VLC or mpv with the corresponding option (Default: VLC).
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
- Or you can just let it download without autoplaying with ```-n``` or ```--no-player```.
46
+ If you prefer to let it download without autoplaying use the option ```-n``` or ```--no-player```.
54
47
 
55
48
 
56
49
  ## Cache
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Peerflixrb
2
- VERSION = '5.2.1'.freeze
2
+ VERSION = '5.2.2'.freeze
3
3
  end
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.1
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-05-10 00:00:00.000000000 Z
11
+ date: 2017-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addic7ed_downloader