MCPcopy Create free account

hub / github.com/Yui007/comix-downloader / functions

Functions141 in github.com/Yui007/comix-downloader

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
Methodall_settings
Get all current settings.
src/utils/config.py:102
MethodcancelDownload
Cancel the current download.
gui/bridge/download_bridge.py:216
Methodchapters
(self)
gui/bridge/manga_bridge.py:130
Functioncleanup_images
Delete image files after conversion.
src/formats/images.py:63
Functiondecorator
(func: Callable[..., T])
src/utils/retry.py:31
Functiondownload
Download manga directly from command line.
src/cli/app.py:162
MethoddownloadPath
(self)
gui/bridge/settings_bridge.py:46
Methoddownload_image
Download a single image with retry logic. Returns: Tuple of (index, image_bytes, error_message)
src/core/downloader.py:44
MethodfetchManga
Fetch manga info and chapters from URL.
gui/bridge/manga_bridge.py:96
Methodfind_spec
(self, fullname: str, path=None, target=None)
src/utils/nodriver_compat.py:44
Functiongenerate_comix_hash
Convenience function to generate the Comix hash.
src/utils/hash.py:215
Methodget
Execute a GET request directly.
src/utils/session.py:25
MethodgetDownloadPathAbsolute
Get absolute path to downloads folder.
gui/bridge/settings_bridge.py:103
MethodgetValue
Generic getter for any config value.
gui/bridge/settings_bridge.py:92
Methodheadless
(self)
gui/bridge/settings_bridge.py:76
Functionis_logging_enabled
Check if logging is currently enabled.
src/utils/logger.py:67
MethodkeepImages
(self)
gui/bridge/settings_bridge.py:36
Methodmanga
(self)
gui/bridge/manga_bridge.py:126
Methodmanga_code
(self)
gui/bridge/manga_bridge.py:134
MethodmaxChapterWorkers
(self)
gui/bridge/settings_bridge.py:56
MethodmaxImageWorkers
(self)
gui/bridge/settings_bridge.py:66
Methodon_complete
(chapter, success, message)
src/cli/app.py:123
Methodon_image_progress
(current, total)
gui/bridge/download_bridge.py:52
MethodoutputFormat
(self)
gui/bridge/settings_bridge.py:26
MethodresetToDefaults
Reset all settings to defaults.
gui/bridge/settings_bridge.py:97
Functionretry_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
Methodrun
(self)
gui/bridge/download_bridge.py:90
Methodrun
(self)
gui/bridge/manga_bridge.py:24
MethodsetValue
Generic setter for any config value.
gui/bridge/settings_bridge.py:86
Functionsettings
Open settings menu.
src/cli/app.py:224
Methodshow
Show settings menu and handle changes. Returns: True to return to main menu
src/cli/menus.py:270
MethodstartDownload
Start downloading selected chapters concurrently. Args: manga: Manga info dict chapters: List of sel
gui/bridge/download_bridge.py:152
Methodtest_install_nodriver_compat_is_idempotent
(self)
tests/test_nodriver_compat.py:58
Methodtest_latin1_network_module_imports_successfully
(self)
tests/test_nodriver_compat.py:76
Methodtest_non_target_modules_are_not_intercepted
(self)
tests/test_nodriver_compat.py:103
Methodtest_utf8_network_source_is_unchanged
(self)
tests/test_nodriver_compat.py:90
Methodupdate_from_download_config
Update settings from DownloadConfig.
src/utils/config.py:81
Functionwrapper
(*args: Any, **kwargs: Any)
src/utils/retry.py:33
← previous101–141 of 141, ranked by callers