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