MB-X Bilibili Pipeline
6 days ago 8cdab3c14c30a7bfa0ec6c2e7fff8c5d4da7555f
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"]