| | |
| | | """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"] |