MB-X Bilibili Pipeline
7 days ago fa807de6423d5a2b3781bc9ecdb12a8142358070
dev/project-dev/bili_authenticated_extension/__init__.py
@@ -1,9 +1,9 @@
"""Exact-BVID authenticated Bilibili extension ingress.
"""Locally queued authenticated Bilibili extension ingress.
The package is deliberately narrow: it only supports the frozen
``BV1HA3o6oEJJ`` task and never imports yt-dlp in the broker process.
The stdlib-only broker accepts only creator-allowlisted generic jobs and never
imports yt-dlp in the broker process.
"""
from .constants import CANONICAL_URL, TARGET_BVID
from .constants import canonical_url, stable_job_id, validate_bvid
__all__ = ["CANONICAL_URL", "TARGET_BVID"]
__all__ = ["canonical_url", "stable_job_id", "validate_bvid"]