Files
hottub/docs/provider-catalog.md
2026-05-21 12:17:44 +00:00

7.9 KiB

Provider And Proxy Catalog

This is the current implementation inventory as of this snapshot of the repo. Use it to find the nearest existing pattern before adding a new channel.

Providers

Provider Group /api/uploaders Uses local /proxy Notes
all meta-search no no Aggregates all compiled providers.
allpornstream mainstream-tube no yes Next.js App Router scraper; extracts cards via data-thumb-id/href/title/images attributes; redirect proxy lazy-resolves VOE/DoodStream/StreamTape/FileMoon embeds.
archivebate live-cams no no Livewire-backed cam archive listings with platform/gender/profile shortcuts.
beeg mainstream-tube no no Basic mainstream tube pattern.
blowjobspro mainstream-tube no no KVS-style HTML provider with async search pagination and category shortcut routing.
chaturbate live-cams no no Live cam channel.
clapdat amateur-homemade no yes Svelte/JSON-hydrated provider using home/recent/trending routes, Meilisearch keyword search, and /proxy/clapdat/... redirect playback resolution.
erome amateur-homemade no no HTML album scraper with hot/new feeds, keyword search, and uploader-slug shortcuts (uploader:<name>).
freepornvideosxxx studio-network no no Studio-style scraper.
freeuseporn fetish-kink no no Fetish archive pattern.
hanime hentai-animation no yes Uses proxied CDN/thumb handling.
heavyfetish fetish-kink no no Direct media handling.
hentaihaven hentai-animation no no HLS format builder pattern.
homoxxx gay-male no no Gay category grouping example.
hqporner studio-network no yes Uses thumb and redirect proxy helpers.
hsex chinese yes no Strong template for tags, uploaders, and direct HLS formats.
hypnotube fetish-kink no no Fetish/tube hybrid.
javtiful jav no no JAV channel family.
missav jav no no HLS format pattern.
noodlemagazine mainstream-tube no yes Best template for media and thumbnail proxying.
okporn mainstream-tube no no Simple mainstream archive.
okxxx mainstream-tube no no Mainstream search/archive pattern.
omgxxx studio-network yes no Best template for sites/networks/stars filter catalogs.
paradisehill mainstream-tube no no Simple page scraper.
perfectgirls studio-network no no Studio archive.
perverzija studio-network no no Multi-format/HLS examples.
pimpbunny onlyfans no yes Proxy-backed playback and thumbnail handling.
pmvhaven pmv-compilation no no PMV grouping example.
porn00 mainstream-tube no no Lightweight scraper.
porn4fans onlyfans no no OnlyFans-like grouping example.
porndish studio-network no yes Redirect proxy plus thumb proxy usage.
pornhat mainstream-tube no no Basic tube provider.
pornhd3x studio-network no yes Best template for complex catalogs and redirect proxy generation.
pornhub mainstream-tube no no Rich metadata and format examples.
pornmz mainstream-tube no no Mainstream archive.
pornzog mainstream-tube no no Basic list/detail scraper.
porntrex mainstream-tube no no KVS-style HTML archive with direct MP4 formats and tag-aware search shortcuts.
redtube mainstream-tube no no Mainstream archive.
rule34gen ai no no AI group example.
rule34video hentai-animation no no Hentai group example.
sextb jav no no JAV family provider.
shooshtime onlyfans no yes Redirect proxy plus dedicated media route.
spankbang mainstream-tube no yes Best template for redirect proxy plus anti-bot fetches.
thaiporntv mainstream-tube no yes Decodes data-enc attribute for proxied HLS playback.
supjav jav no no JAV/HLS and uploader-id examples.
sxyprn mainstream-tube no yes Redirect proxy helper usage.
tnaflix mainstream-tube no no Mainstream tube provider.
tokyomotion jav no no JAV/tube hybrid.
viralxxxporn mainstream-tube no no Basic parser with format extraction.
vjav jav yes no Best API-style template with uploaders and tag-id lookup maps.
vrporn studio-network no no Multi-format direct playback.
xfree tiktok no no Short-form grouping example.
xxdbx onlyfans no no OnlyFans-like grouping example.
xxthots onlyfans no no OnlyFans-like metadata example.
yesporn mainstream-tube no no Preview format examples.
youjizz mainstream-tube no no Mainstream tube provider.
youporn mainstream-tube no no Pornhub-network HTML provider with watch-page playback URLs and tag/channel/pornstar shortcuts.
tube8 mainstream-tube no yes Aylo/MindGeek platform scraper; redirect proxy fetches signed /media/hls/?s=TOKEN endpoint and returns highest-quality CDN HLS URL; supports tag/category/channel/pornstar shortcut queries.
jable jav no yes HTML JAV archive scraper; extracts var hlsUrl from detail pages; m3u8 format requires Referer + browser User-Agent; proxy route handles HEAD (200 OK) and GET (redirect to watch page) since yt-dlp blocks jable.tv; tag/category/model shortcut queries.
fullporner mainstream-tube no no HTML scraper for fullporner.com; thumbnail IDs derived from /thumb/{id}.jpg URLs and used to build direct xiaoshenke.net/vid/{id}/720 media redirect URLs (Referer + User-Agent headers required); supports cat:/category:/pornstar:/star: shortcut queries; no proxy needed.
thepornbunny mainstream-tube no yes KVS-style HTML scraper for thepornbunny.com; 24 items per site page; thumbnails at https://www.thepornbunny.com/images/thumb/{id}.webp from data-original attribute (no proxy needed); studio exposed as uploader; pornstar names in tags; /proxy/thepornbunny/{slug} fetches the video page, extracts generate_mp4(enc_data, key, rnd, video_id) args, decrypts enc_data via PBKDF2-HMAC-SHA512+AES-256-CBC to get an OK.ru session key, calls api.ok.ru/fb.do?method=video.get&session_key=KEY&vids=RND to get signed CDN URLs, and returns 302 to the best-quality okcdn.ru/vkuser.net MP4 URL (no special client headers needed); supports sort: new/popular/rated, 20 hardcoded categories via categories option, and tag:/category:/studio:/pornstar: query shortcuts.

Proxy Routes

Redirect proxies

These resolve a provider-specific input into a 302 Location.

  • /proxy/doodstream/{endpoint}*
  • /proxy/sxyprn/{endpoint}*
  • /proxy/javtiful/{endpoint}*
  • /proxy/spankbang/{endpoint}*
  • /proxy/porndish/{endpoint}*
  • /proxy/hqporner/{endpoint}*
  • /proxy/heavyfetish/{endpoint}*
  • /proxy/vjav/{endpoint}*
  • /proxy/pornhd3x/{endpoint}*
  • /proxy/shooshtime/{endpoint}*
  • /proxy/pimpbunny/{endpoint}*
  • /proxy/allpornstream/{endpoint}*
  • /proxy/tube8/{endpoint}*
  • /proxy/jable/{slug}*
  • /proxy/thepornbunny/{slug}*

Media/image proxies

These return binary media or images, sometimes rewriting manifests or forwarding cookies/referers.

  • /proxy/shooshtime-media/{endpoint}*
  • /proxy/noodlemagazine/{endpoint}*
  • /proxy/noodlemagazine-thumb/{endpoint}*
  • /proxy/hanime-cdn/{endpoint}*
  • /proxy/hqporner-thumb/{endpoint}*
  • /proxy/porndish-thumb/{endpoint}*
  • /proxy/pornhub-thumb/{endpoint}*

Best Copy Sources By Problem

  • Need uploader support: copy hsex, omgxxx, or vjav.
  • Need proxied media: copy noodlemagazine.
  • Need proxied redirect-only playback: copy spankbang or pornhd3x.
  • Need big background-loaded filter catalogs: copy pornhd3x or omgxxx.
  • Need tag title to site-ID lookup maps: copy vjav or hsex.