`. Scene URL: `https://porndish.com//`. Scene detail page (g1/bimber WordPress theme) zawiera: - ` ` wewnątrz `.entry-content` (przed `entry-tags`, po embed-JS). Bez `_fetch_scene_metadata` overrides scena z samego porndish miała 0 tagów i brak description (bug-report od Jana 2026-06-06: „nie ma tagów (# na stronie) ani description"). """ from __future__ import annotations import html as html_mod import logging import re from app.connectors.base import RawPerformer, RawStudio, RawTag from app.connectors.direct_scrapers._search_base import BaseSearchScraper from app.extractors import browser_get log = logging.getLogger(__name__) _ENTRY_TAG_RE = re.compile( r']+href="[^"]*/video2/(?P
[^"/]+)/"[^>]*class="[^"]*entry-tag[^"]*"[^>]*>' r'(?P ', re.IGNORECASE, ) _ENTRY_CONTENT_RE = re.compile( r'[^<]+) ]*class="[^"]*entry-content[^"]*"[^>]*>(?P.*?)', re.IGNORECASE | re.DOTALL, ) _SCRIPT_STYLE_RE = re.compile(r"