AnimeDL 0.2.2 → 0.2.4
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 -1
- data/anime_dl.gemspec +1 -1
- data/bin/anime-dl +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: 5c597af419781934b0aba910c983bf287d16a7cc
|
|
4
|
+
data.tar.gz: 0b00fe6433f0563b62557dc1580903422fe7aee5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f804d2a018ff858d7a410a22b210dfc28c5c84799829244c176a4a5ffed513bee979c1f775d091ea3f7f8c53a48d3b84aedabf3c1f838a1cb1472ec273705f32
|
|
7
|
+
data.tar.gz: 13578dffb80986c25df8a951a110340f018b05b439ff95fb0f07a5a693679b6c437c510d6c603155c6f2e206cf8acc580b2677330ec25f95306135a778090fda
|
data/README.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
<img src='https://github.com/anirudhsundar98/AnimeDL/raw/master/fmab_anime_dl.jpg' alt='FMAB Stone'>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
An app used to download anime episodes or get links to video sources of episodes
|
|
7
|
+
An app used to download anime episodes or get links to video sources of anime episodes.
|
|
8
|
+
|
|
9
|
+
> Downloading and distributing anime episodes may be illegal. This app was written purely for educational purposes and you are responsible for its use.
|
|
8
10
|
|
|
9
11
|
## Installation
|
|
10
12
|
|
data/anime_dl.gemspec
CHANGED
data/bin/anime-dl
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: AnimeDL
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anirudh Sundar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mechanize
|