[malltv] Add extractor (closes #18058)
This commit is contained in:
parent
49bd993fd9
commit
22f5f5c6fc
5 changed files with 63 additions and 2 deletions
|
@ -184,7 +184,7 @@ DATE_FORMATS_MONTH_FIRST.extend([
|
|||
])
|
||||
|
||||
PACKED_CODES_RE = r"}\('(.+)',(\d+),(\d+),'([^']+)'\.split\('\|'\)"
|
||||
JSON_LD_RE = r'(?is)<script[^>]+type=(["\'])application/ld\+json\1[^>]*>(?P<json_ld>.+?)</script>'
|
||||
JSON_LD_RE = r'(?is)<script[^>]+type=(["\']?)application/ld\+json\1[^>]*>(?P<json_ld>.+?)</script>'
|
||||
|
||||
|
||||
def preferredencoding():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue