"""Exact-BVID 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.
|
"""
|
|
from .constants import CANONICAL_URL, TARGET_BVID
|
|
__all__ = ["CANONICAL_URL", "TARGET_BVID"]
|