Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Mar 7, 2024
1 parent 0e656b2 commit 5589a99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.89"
__version__ = "5.1.91"
15 changes: 0 additions & 15 deletions cyberdrop_dl/managers/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ async def args_logging(self) -> None:
forum_credentials_provided[f"{forum} Credentials Provided"] = False

gofile_credentials_provided = bool(self.config_manager.authentication_data["GoFile"]["gofile_api_key"])
bunkr_ddg_credentials_provided = False
coomer_ddg_credentials_provided = False
kemono_ddg_credentials_provided = False

if self.config_manager.authentication_data["DDOS-Guard"]['bunkrr_ddg1'] and self.config_manager.authentication_data["DDOS-Guard"]['bunkrr_ddg2'] and self.config_manager.authentication_data["DDOS-Guard"]['bunkrr_ddgid']:
bunkr_ddg_credentials_provided = True
if self.config_manager.authentication_data["DDOS-Guard"]['coomer_ddg1']:
coomer_ddg_credentials_provided = True
if self.config_manager.authentication_data["DDOS-Guard"]['kemono_ddg1']:
kemono_ddg_credentials_provided = True

imgur_credentials_provided = bool(self.config_manager.authentication_data["Imgur"]["imgur_client_id"])
jdownloader_credentials_provided = False
Expand All @@ -145,11 +135,6 @@ async def args_logging(self) -> None:
"Forums Credentials": forum_credentials_provided,
"Forums XF Cookies": forum_xf_cookies_provided,
"GoFile Provided": gofile_credentials_provided,
"DDOS-Guard": {
"Bunkrr Provided": bunkr_ddg_credentials_provided,
"Coomer Provided": coomer_ddg_credentials_provided,
"Kemono Provided": kemono_ddg_credentials_provided
},
"Imgur Provided": imgur_credentials_provided,
"JDownloader Provided": jdownloader_credentials_provided,
"PixelDrain Provided": pixeldrain_credentials_provided,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.1.89"
version = "5.1.91"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5589a99

Please sign in to comment.