mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-25 11:47:34 +01:00
add missed MEDIA_ID_REGEX
This commit is contained in:
parent
2a41209f22
commit
160f09c17f
@ -474,6 +474,7 @@ class PBSIE(InfoExtractor):
|
||||
return tabbed_videos, presumptive_id, upload_date, description
|
||||
|
||||
MEDIA_ID_REGEXES = [
|
||||
r'\bhttps?://player\.pbs\.org/[\w-]+player/(\d+)', # move to end to avoid false +ves?
|
||||
r"div\s*:\s*'videoembed'\s*,\s*mediaid\s*:\s*'(\d+)'", # frontline video embed
|
||||
r'class="coveplayerid">([^<]+)<', # coveplayer
|
||||
r'<section[^>]+data-coveid="(\d+)"', # coveplayer from http://www.pbs.org/wgbh/frontline/film/real-csi/
|
||||
|
Loading…
x
Reference in New Issue
Block a user