about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-11-27 16:55:08 +0100
committerRemita Amine <remitamine@gmail.com>2017-11-27 16:55:27 +0100
commit53f024e7c5bcea57b2446b3b5550801c011736d1 (patch)
tree620322456b81bada89b052874b9b251bd7aed875
parentffe6979ef925cb8b2e9324c2ad4635cb01d45ab7 (diff)
downloadyoutube-dl-53f024e7c5bcea57b2446b3b5550801c011736d1.tar.gz
youtube-dl-53f024e7c5bcea57b2446b3b5550801c011736d1.tar.xz
youtube-dl-53f024e7c5bcea57b2446b3b5550801c011736d1.zip
[pbs] add another media id regex
-rw-r--r--youtube_dl/extractor/pbs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py
index b51dcbe10..f11d5da52 100644
--- a/youtube_dl/extractor/pbs.py
+++ b/youtube_dl/extractor/pbs.py
@@ -421,6 +421,7 @@ class PBSIE(InfoExtractor):
                 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
+                r"(?s)window\.PBS\.playerConfig\s*=\s*{.*?id\s*:\s*'([0-9]+)',",
             ]
 
             media_id = self._search_regex(