Zee5 1.2.0 → 1.2.1
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 +24 -11
- data/lib/Zee5/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9509a5b91646f98a2ac1f82f2c56aede2349c90980fecc66ec46fcc206745f11
|
|
4
|
+
data.tar.gz: 3361bd189b7575b4df1c4730c43ff27e10fa13204ae7a3d7df8f52486778ca9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ace907cf2c3e3dd6dba7e47d9276fb6ab5219a3db9f77d7a5caa4d058e6eeb1e1b44992538556d81f16ea9e7282f9168a7c7d0fa1133a552db8e57ffb106fc3
|
|
7
|
+
data.tar.gz: 9abed80f7fa50bc75584fb315f5d96a934d337f3c17d9ecbef0edbb8fea76c33b3dfd0068c8ba03f94c12d76581766ccbafcfeaa59e1cef5a8f9539a9becb4e6
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Zee5
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Stream Zee5 at Free of cost still in Beta
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -20,9 +18,30 @@ Or install it yourself as:
|
|
|
20
18
|
|
|
21
19
|
$ gem install Zee5
|
|
22
20
|
|
|
21
|
+
## Dependencies
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
1) Nokogiri
|
|
25
|
+
2) colorize
|
|
26
|
+
|
|
27
|
+
Install these two Gems via gem install followed by their name
|
|
28
|
+
|
|
29
|
+
eg : gem install colorize
|
|
30
|
+
|
|
23
31
|
## Usage
|
|
24
32
|
|
|
25
|
-
|
|
33
|
+
1) open Irb shell
|
|
34
|
+
|
|
35
|
+
2) import Zee5 gem via ( require 'Zee5' )
|
|
36
|
+
|
|
37
|
+
3) Zee.m3u8("copied link from Zee5 website")
|
|
38
|
+
|
|
39
|
+
eg :
|
|
40
|
+
Zee.m3u8("https://www.zee5.com/zee5originals/details/karenjit-kaur/0-6-1212/episode-2-princess-finds-her-prince/0-1-197293")
|
|
41
|
+
|
|
42
|
+
[✅] :
|
|
43
|
+
|
|
44
|
+
https://zee5vodnd.akamaized.net/hls1/1080p/movies/MOVIE_PROJECT/CONTENT/ORIGINALS/KARENJEET_KAUR_SEASON3/KARENJEET_KAUR_SEASON3_KANNADA_EP18_kn_4100e311.mp4/index.m3u8?hdnea=st=1606967890~exp=1606970890~acl=/*~hmac=1fad8832eae7fa7d23d2c79ab387c5ad466a1391715a0bd7635e856cdf231907
|
|
26
45
|
|
|
27
46
|
## Development
|
|
28
47
|
|
|
@@ -32,13 +51,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
51
|
|
|
33
52
|
## Contributing
|
|
34
53
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
36
|
-
|
|
37
|
-
|
|
54
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/dedshit/Zee5. This project is intended for Scraping Purpose
|
|
38
55
|
## License
|
|
39
56
|
|
|
40
57
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
41
|
-
|
|
42
|
-
## Code of Conduct
|
|
43
|
-
|
|
44
|
-
Everyone interacting in the Zee5 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/Zee5/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/Zee5/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Zee5
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dedshit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: STREAM Paid contents for Free of Cost
|
|
14
14
|
email:
|