Skip to content

Commit

Permalink
split galleries.json into multiple files; added library_split option …
Browse files Browse the repository at this point in the history
…for huge libraries; renamed "dest_path" to "library_path"
  • Loading branch information
9FS committed Dec 12, 2023
1 parent 6c35f7b commit cd92c28
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 126 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ log/

config/cookies.json
config/downloadme.txt
config/galleries.json
config/headers.json
Dockerfile
tests/test.py
3 changes: 2 additions & 1 deletion config/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"dest_path": "./hentai/"
"library_path": "./hentai/",
"library_split": "0"
}
112 changes: 56 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ license = "MIT"
name = "x" # can't leave empty because of bug with `poetry install` from poetry.lock file
readme = "readme.md"
repository = "https://github.com/9-FS/2021-11-15-nHentai-to-PDF"
version = "1.4.12"
version = "2.0.0"

[tool.poetry.dependencies]
kfsconfig = "^1.0.0"
kfsfstr = "^1.0.0"
kfslog = "^1.0.0"
kfsmedia = "^2.3.0"
kfsmedia = "^2.3.4"
python = "^3.11.0"

[tool.poetry.group.dev.dependencies]
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
certifi==2023.7.22 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
certifi==2023.11.17 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
charset-normalizer==3.3.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
deprecated==1.2.14 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
img2pdf==0.5.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsconfig==1.0.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
idna==3.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
img2pdf==0.5.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsconfig==1.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsfstr==1.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfslog==1.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsmath==1.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsmedia==2.3.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
kfsmedia==2.3.4 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
lxml==4.9.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
packaging==23.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
pebble==5.0.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
pikepdf==8.7.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
pebble==5.0.5 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
pikepdf==8.9.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
pillow==10.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
urllib3==2.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0"
Expand Down
Loading

0 comments on commit cd92c28

Please sign in to comment.