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.
6 lines
253 B
Python
6 lines
253 B
Python
"""Per-hoster dedicated extractors (mixdrop, voe, luluvid, etc.).
|
|
|
|
Dispatched z `app.extractors.hoster.extract_stream_from_hoster` na podstawie
|
|
URL hostname. Każdy moduł exportuje `extract(iframe_url, *, timeout)` → list[StreamSource]
|
|
lub None.
|
|
"""
|