Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yui007/comix-downloader
/ functions
Functions
141 in github.com/Yui007/comix-downloader
⨍
Functions
141
◇
Types & classes
25
↳
Endpoints
1
Method
_on_chapters_loaded
(self, chapters: list)
gui/bridge/manga_bridge.py:116
Method
_on_error
(self, error: str)
gui/bridge/manga_bridge.py:121
Method
_on_manga_loaded
(self, manga: dict)
gui/bridge/manga_bridge.py:111
Method
all_settings
Get all current settings.
src/utils/config.py:102
Method
cancelDownload
Cancel the current download.
gui/bridge/download_bridge.py:216
Method
chapters
(self)
gui/bridge/manga_bridge.py:130
Function
cleanup_images
Delete image files after conversion.
src/formats/images.py:63
Function
decorator
(func: Callable[..., T])
src/utils/retry.py:31
Function
download
Download manga directly from command line.
src/cli/app.py:162
Method
downloadPath
(self)
gui/bridge/settings_bridge.py:46
Method
download_image
Download a single image with retry logic. Returns: Tuple of (index, image_bytes, error_message)
src/core/downloader.py:44
Method
fetchManga
Fetch manga info and chapters from URL.
gui/bridge/manga_bridge.py:96
Method
find_spec
(self, fullname: str, path=None, target=None)
src/utils/nodriver_compat.py:44
Function
generate_comix_hash
Convenience function to generate the Comix hash.
src/utils/hash.py:215
Method
get
Execute a GET request directly.
src/utils/session.py:25
Method
getDownloadPathAbsolute
Get absolute path to downloads folder.
gui/bridge/settings_bridge.py:103
Method
getValue
Generic getter for any config value.
gui/bridge/settings_bridge.py:92
Method
headless
(self)
gui/bridge/settings_bridge.py:76
Function
is_logging_enabled
Check if logging is currently enabled.
src/utils/logger.py:67
Method
keepImages
(self)
gui/bridge/settings_bridge.py:36
Method
manga
(self)
gui/bridge/manga_bridge.py:126
Method
manga_code
(self)
gui/bridge/manga_bridge.py:134
Method
maxChapterWorkers
(self)
gui/bridge/settings_bridge.py:56
Method
maxImageWorkers
(self)
gui/bridge/settings_bridge.py:66
Method
on_complete
(chapter, success, message)
src/cli/app.py:123
Method
on_image_progress
(current, total)
gui/bridge/download_bridge.py:52
Method
outputFormat
(self)
gui/bridge/settings_bridge.py:26
Method
resetToDefaults
Reset all settings to defaults.
gui/bridge/settings_bridge.py:97
Function
retry_with_backoff
Decorator for retry logic with exponential backoff. Args: max_retries: Maximum number of retry attempts (default: 3) bas
src/utils/retry.py:15
Method
run
(self)
gui/bridge/download_bridge.py:90
Method
run
(self)
gui/bridge/manga_bridge.py:24
Method
setValue
Generic setter for any config value.
gui/bridge/settings_bridge.py:86
Function
settings
Open settings menu.
src/cli/app.py:224
Method
show
Show settings menu and handle changes. Returns: True to return to main menu
src/cli/menus.py:270
Method
startDownload
Start downloading selected chapters concurrently. Args: manga: Manga info dict chapters: List of sel
gui/bridge/download_bridge.py:152
Method
test_install_nodriver_compat_is_idempotent
(self)
tests/test_nodriver_compat.py:58
Method
test_latin1_network_module_imports_successfully
(self)
tests/test_nodriver_compat.py:76
Method
test_non_target_modules_are_not_intercepted
(self)
tests/test_nodriver_compat.py:103
Method
test_utf8_network_source_is_unchanged
(self)
tests/test_nodriver_compat.py:90
Method
update_from_download_config
Update settings from DownloadConfig.
src/utils/config.py:81
Function
wrapper
(*args: Any, **kwargs: Any)
src/utils/retry.py:33
← previous
101–141 of 141, ranked by callers