INNER CODE UNIT · Python

HarRequestTemplate

cwuom/NeriPlayer · tools_pub/ytmusic_api_probe.py:232

class HarRequestTemplate:
    path: str
    endpoint_path: str
    url: str
    headers: dict[str, str]
    body: dict[str, Any]
    template_gl: str
    template_hl: str


@dataclass
class HarPlayerTemplate(HarRequestTemplate):
    media_shape: dict[str, Any]


@dataclass(frozen=True)
class ProbePlayerProfile:
    key: str

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…