my-local-putio 4.0.2 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +1 -1
- data/lib/my-local-putio/fetcher.rb +1 -1
- data/lib/my-local-putio/putio_cli.rb +1 -1
- data/lib/my-local-putio/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: e4005143ce3e0837e492efd136f86a336405acea364d122d6fb098c974426d59
|
4
|
+
data.tar.gz: 47f70d5c48b9a5b0cf31b03cb6059dd3f21b3870077ce2804e3e490f4fc21892
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e795b28fe462b56e2378b2bf5f13834eaac9f6c549fc066634fe621e2994490350c81eb922da4fe8522404beb617ab07f1ed1543aea16c83e676c4a023cee23
|
7
|
+
data.tar.gz: 964b90d324ea09b609ce55db1eb6f30e22f95dafadbf45b1808909ca96151abe588ddd9ba41919c1eb210fc9d010cb40377506d0a0345c1a838a0fe86847b37a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
# v4.1.0
|
2
|
+
|
3
|
+
- Change download order from put.io:
|
4
|
+
- Main Directory: Ordered by added dated `desc`, older will start first
|
5
|
+
- Subfolder: Ordered by Name
|
6
|
+
- With this changes the script will start download the older folder, and will start download the episode n1 from that folder.
|
7
|
+
- Example: The main dir have `new_folder1/video1.mp4`, `new_folder2/video2.mp4`, `old_folder/video1.mp4`, `old_folder/video2.mp4` before this changes the script will download using the last defined by the user (at the interface), so the behaviour would be different based on the user preferences. With the new changes, the first to download will be `old_folder/video1.mp4`, and then `old_folder/video2.mp4`.
|
8
|
+
|
1
9
|
# v4.0.2
|
2
10
|
|
3
11
|
- More code refactoring
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: my-local-putio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rafael Biriba
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|