Goon — self-hosted aggregator for adult-content scene metadata. Indexes scenes from TPDB, StashDB, and 30+ public adult tube sites. Cross-source deduplication via perceptual hash + Levenshtein distance. FastAPI backend + APScheduler worker + React Native (Expo) mobile client. FOSS, ad-free, donation-funded. See README for details.
5 lines
203 B
Python
5 lines
203 B
Python
"""Per-tube stream URL extractors.
|
|
|
|
Każdy moduł `<tube>.py` eksportuje funkcję `extract(page_url) -> list[StreamSource] | None`.
|
|
Registry w `app.extractors.__init__` mapuje sitetag → extract().
|
|
"""
|