diff options
author | Wolfgang Müller | 2025-01-16 17:38:48 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-16 18:32:02 +0100 |
commit | 22fd0e2b1b117e78529c9f562cab79da4c02797e (patch) | |
tree | df4877f2fef970a9e64cc4de200d96df204062b8 /pyproject.toml | |
parent | c1163b70ad18a09667665d6aa173e503e6250a38 (diff) | |
download | hircine-22fd0e2b1b117e78529c9f562cab79da4c02797e.tar.gz |
backend/plugins: Add scraper for info.yaml from schale.network
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 20861dc..f83359b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ hircine = 'hircine.cli:main' gallery_dl = "hircine.plugins.scrapers.gallery_dl:GalleryDLScraper" ehentai_api = "hircine.plugins.scrapers.ehentai_api:EHentaiAPIScraper" anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper" +schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScraper" [tool.poetry.dependencies] python = "^3.12" |