MCPcopy Create free account

hub / github.com/Mak5er/Downloader-Bot / functions

Functions1,349 in github.com/Mak5er/Downloader-Bot

↓ 2 callersFunctionfetch_tiktok_data_with_retry
(video_url: str, *, on_retry=None)
handlers/tiktok.py:116
↓ 2 callersMethodfetch_tiktok_data_with_retry
(self, video_url: str, *, on_retry=None)
services/platforms/tiktok_metadata_mixin.py:368
↓ 2 callersFunctionfinish_request
( user_id: int, chat_id: Optional[int], service: str, url: str, *, success: bool,
services/runtime/request_dedupe.py:112
↓ 2 callersFunctionget_app_context
()
app_context.py:33
↓ 2 callersMethodget_downloaded_files_count
(self, period: str)
services/storage/analytics_repository.py:61
↓ 2 callersFunctionget_tiktok_audio_callback_data
(info: TikTokVideo)
services/platforms/tiktok_common.py:112
↓ 2 callersMethodget_user_setting
(self, user_id: int, field: str)
services/storage/user_repository.py:149
↓ 2 callersFunctionhandle_download_backpressure
( exc: Exception, *, business_id: Optional[int], on_rate_limit_reply: Callable[[float], Awaita
services/media/orchestration.py:61
↓ 2 callersFunctionhandle_large_file
(message, business_id)
handlers/tiktok.py:552
↓ 2 callersMethodhead
(self, *args, **kwargs)
tests/test_tiktok_handler.py:36
↓ 2 callersFunctioninfer_twitter_media_kind_from_url
(url: str | None)
services/platforms/twitter_media.py:27
↓ 2 callersFunctionis_valid_setting_field
(field: str | None)
services/settings.py:27
↓ 2 callersMethoditer_bytes
(self, chunk_size)
tests/test_download_manager.py:131
↓ 2 callersFunctionmake_message
(chat_id: int, message_id: int)
tests/test_tiktok_handler.py:207
↓ 2 callersMethodmetrics_snapshot
(self)
services/download/queue.py:269
↓ 2 callersFunctionnormalize_setting_value
(value: str | None)
services/settings.py:31
↓ 2 callersMethodon_pre_process_callback_query
(self, callback_query: CallbackQuery, data: dict)
middlewares/ban_middleware.py:46
↓ 2 callersMethodon_pre_process_inline_query
(self, inline_query: InlineQuery, data: dict)
middlewares/ban_middleware.py:58
↓ 2 callersMethodon_pre_process_message
(self, message: Message, data: dict)
middlewares/ban_middleware.py:32
↓ 2 callersFunctionon_retry
(failed_attempt, total_attempts, error)
tests/test_tiktok_media_service.py:419
↓ 2 callersMethodpost
(self, *args, **kwargs)
tests/test_cobalt_client.py:37
↓ 2 callersFunctionreset_request_tracking
()
services/runtime/request_dedupe.py:131
↓ 2 callersFunctionresolve_cached_media_items
( items: Sequence[T], *, db_service: Any, kind_getter: Callable[[T], str], build_cache_key
services/media/resolver.py:12
↓ 2 callersFunctionresolve_media_input
( entry: dict[str, Any], *, file_id_key: str = "file_id", path_key: str = "path", url_key:
services/media/delivery.py:246
↓ 2 callersFunctionsanitize_inline_results
( results: list[Any], *, force_remove_web_preview_urls: bool = False, )
handlers/inline_utils.py:188
↓ 2 callersFunctionscrape_media_async
(tweet_id: str)
handlers/twitter.py:200
↓ 2 callersMethodstream
(self, method, url, **kwargs)
tests/test_download_manager.py:135
↓ 2 callersMethoduser_exist
(self, user_id: int)
services/storage/user_repository.py:135
↓ 1 callersMethod__init__
(self, retry_after: float)
services/download/queue.py:29
↓ 1 callersMethod__setattr__
(self, key: str, value: Any)
app_context.py:49
↓ 1 callersFunction_admin_statuses
()
handlers/user.py:48
↓ 1 callersFunction_aggregate_monthly
(data: dict[str, int])
services/stats/chart.py:79
↓ 1 callersFunction_analytics_worker
(worker_id: int)
main.py:198
↓ 1 callersMethod_apply_schema_migrations
(self)
services/storage/schema.py:59
↓ 1 callersMethod_build_alembic_config
(self)
services/storage/schema.py:37
↓ 1 callersFunction_build_analytics_identity
(user_id: int)
main.py:117
↓ 1 callersFunction_build_auth_header
(api_key: Optional[str])
utils/cobalt_client.py:24
↓ 1 callersFunction_build_config
(raw: dict)
services/download/worker_cli.py:17
↓ 1 callersFunction_build_console_handler
(level: int)
services/logger.py:363
↓ 1 callersFunction_build_directory_snapshot
(path_str: str, *, now: float | None = None)
handlers/admin.py:113
↓ 1 callersFunction_build_inline_article_from_photo
( result: types.InlineQueryResultPhoto, *, thumbnail_url: Optional[str], )
handlers/inline_utils.py:162
↓ 1 callersMethod_build_legacy_payload
(self, video_url: str, detail: dict[str, Any])
services/platforms/tiktok_metadata_mixin.py:184
↓ 1 callersFunction_build_log_size_lines
()
handlers/admin.py:155
↓ 1 callersFunction_build_message_edit_cache_key
(message: types.Message)
handlers/telegram_ui_utils.py:434
↓ 1 callersFunction_build_pending_private_message
(message: types.Message, pending_text: str)
handlers/user.py:177
↓ 1 callersFunction_build_period_axis
(period: str)
services/stats/chart.py:68
↓ 1 callersFunction_build_progress_bar
(percent: float, width: int = 10)
handlers/telegram_ui_utils.py:492
↓ 1 callersMethod_build_progress_bridge
( loop: asyncio.AbstractEventLoop, callback: Optional[ProgressCallback], )
utils/download_manager.py:340
↓ 1 callersMethod_build_progress_bridge
(loop: asyncio.AbstractEventLoop, callback)
services/platforms/tiktok_download_mixin.py:53
↓ 1 callersFunction_build_request_key
(service: str, url: str)
services/inline/album_links.py:79
↓ 1 callersMethod_build_scope_key
(user_id: int, chat_id: Optional[int])
services/download/queue.py:517
↓ 1 callersFunction_build_text_context
(record: logging.LogRecord)
services/logger.py:181
↓ 1 callersMethod_build_ytdlp_options
(self)
services/platforms/tiktok_metadata_mixin.py:26
↓ 1 callersFunction_chown_tree
(path: Path, *, uid: int, gid: int)
container_entrypoint.py:38
↓ 1 callersFunction_claim_single_media_inflight
(cache_key: str)
services/media/orchestration.py:24
↓ 1 callersFunction_classify_perf_bottleneck
(queue_wait_p95_ms: float, processing_p95_ms: float)
handlers/admin.py:105
↓ 1 callersFunction_clean_url
(url: str)
services/links/detection.py:40
↓ 1 callersFunction_cleanup_download_tree
(*, now: float | None = None)
handlers/admin.py:176
↓ 1 callersFunction_cleanup_tweet_dir
(tweet_dir)
handlers/twitter.py:319
↓ 1 callersFunction_clear_chart_cache_for_period
(period: str)
services/stats/chart.py:123
↓ 1 callersFunction_clone_inline_article
( result: types.InlineQueryResultArticle, *, thumbnail_url: Optional[str], )
handlers/inline_utils.py:108
↓ 1 callersFunction_close_analytics_http_client
()
main.py:107
↓ 1 callersFunction_collect_media_entries
( tweet_id, tweet_media, *, user_id: Optional[int] = None, chat_id: Optional[int] = None,
handlers/twitter.py:267
↓ 1 callersFunction_configure_alembic_logging
()
services/alembic/env.py:29
↓ 1 callersFunction_configure_third_party_loggers
()
services/logger.py:452
↓ 1 callersFunction_cover_output_path
(audio_path: str)
services/media/delivery.py:82
↓ 1 callersMethod_create_schema_with_metadata
(self)
services/storage/schema.py:75
↓ 1 callersFunction_decimate_dates
(dates: list[datetime.datetime], max_points: int)
services/stats/chart.py:87
↓ 1 callersFunction_deduplicate_settings
()
services/alembic/versions/20260408_000002_settings_constraints.py:21
↓ 1 callersFunction_default_inline_button_text
(media_kind: str)
handlers/inline_utils.py:30
↓ 1 callersFunction_deliver_mailing_message
(user, *, sender_id: int, message_id: int)
handlers/admin.py:262
↓ 1 callersFunction_derive_description
(data: dict)
services/platforms/pinterest_media.py:27
↓ 1 callersFunction_derive_title
(filename: Optional[str])
services/platforms/soundcloud_media.py:48
↓ 1 callersFunction_deserialize_pending_request
(payload: dict[str, object])
services/runtime/pending_requests.py:41
↓ 1 callersFunction_deserialize_request
(payload: dict[str, object])
services/inline/video_requests.py:42
↓ 1 callersFunction_deserialize_request
(payload: dict[str, object])
services/inline/album_links.py:37
↓ 1 callersMethod_direct_audio_candidates
(self, source_data: dict[str, Any])
services/platforms/tiktok_download_mixin.py:290
↓ 1 callersMethod_direct_video_candidates
(self, source_url: str, source_data: dict[str, Any])
services/platforms/tiktok_download_mixin.py:281
↓ 1 callersFunction_download_bot_avatar_file
(bot: Bot, file_id: str, final_path: Path)
handlers/bot_profile_cache.py:91
↓ 1 callersMethod_download_direct_candidate
( self, *, candidate_url: str, filename: str, headers: dict[str, str],
services/platforms/tiktok_download_mixin.py:295
↓ 1 callersMethod_download_multipart
Split the download into ranged chunks and fetch them in parallel.
utils/download_manager.py:760
↓ 1 callersMethod_download_via_cobalt
( self, *, source_url: str, filename: str, size_hint: Optional[int],
services/platforms/tiktok_download_mixin.py:373
↓ 1 callersFunction_download_youtube_media
( video: dict | None, yt: dict, name: str, size_hint: int | None, user_id: int, chat_i
handlers/youtube.py:196
↓ 1 callersFunction_drop_privileges
(*, user_name: str, group_name: str)
container_entrypoint.py:90
↓ 1 callersFunction_edit_stats_message
(call: types.CallbackQuery, period: str, mode: str, chart_bytes: bytes, caption: str)
services/stats/chart.py:394
↓ 1 callersFunction_ensure_loaded
()
services/runtime/pending_requests.py:61
↓ 1 callersFunction_ensure_loaded
()
services/inline/video_requests.py:57
↓ 1 callersMethod_ensure_started
(self)
services/download/queue.py:304
↓ 1 callersFunction_expand_short_link_cached
(link: str)
handlers/twitter.py:145
↓ 1 callersMethod_expand_tiktok_url_cached_async
(self, url: str)
services/platforms/tiktok_url_mixin.py:18
↓ 1 callersMethod_extract_cover_url
(self, detail: dict[str, Any], image_urls: list[str])
services/platforms/tiktok_metadata_mixin.py:50
↓ 1 callersMethod_extract_image_urls
(self, detail: dict[str, Any])
services/platforms/tiktok_metadata_mixin.py:83
↓ 1 callersFunction_extract_instagram_post_id
(url: str)
services/platforms/instagram_media.py:91
↓ 1 callersFunction_extract_start_payload
(text: str)
handlers/user.py:187
↓ 1 callersMethod_extract_tiktok_detail
(self, video_url: str)
services/platforms/tiktok_metadata_mixin.py:47
↓ 1 callersMethod_extract_video_play_url
(self, detail: dict[str, Any])
services/platforms/tiktok_metadata_mixin.py:99
↓ 1 callersMethod_extract_video_size
(self, detail: dict[str, Any])
services/platforms/tiktok_metadata_mixin.py:139
↓ 1 callersFunction_fetch
()
handlers/twitter.py:153
↓ 1 callersMethod_fetch_tikwm_data
(self, video_url: str)
services/platforms/tiktok_metadata_mixin.py:281
↓ 1 callersFunction_get_admin_counts
()
handlers/admin.py:164
← previousnext →301–400 of 1,349, ranked by callers