implement po_token extractor args

This commit is contained in:
Simon
2025-01-11 16:39:50 +07:00
parent 2474a6a96b
commit 457f6a0b87
9 changed files with 168 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ class DownloadsConfigType(TypedDict):
comment_max: str | bool
comment_sort: Literal["top", "new"]
cookie_import: bool
potoken: bool
throttledratelimit: int
extractor_lang: str | bool
integrate_ryd: bool
@@ -85,6 +86,7 @@ class AppConfig:
"comment_max": False,
"comment_sort": "top",
"cookie_import": False,
"potoken": False,
"throttledratelimit": False,
"extractor_lang": False,
"integrate_ryd": False,