commit: d0c8b279daa83261b5644407ffb4a1fdb3e1b0e3
parent 612d83b51df2712327a2643880a80c62e4296d71
Author: Sergey M․ <dstftw@gmail.com>
Date: Tue, 8 Dec 2015 23:34:43 +0600
[pbs] Add another coveplayer pattern (Closes #7674)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py
@@ -208,6 +208,7 @@ class PBSIE(InfoExtractor):
MEDIA_ID_REGEXES = [
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/
r'<input type="hidden" id="pbs_video_id_[0-9]+" value="([0-9]+)"/>', # jwplayer
]