From: Sergey M․ Date: Fri, 6 Nov 2015 19:08:40 +0000 (+0600) Subject: [pbs] Make flp embed lookup non fatal X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=21d0c33ecde573db961b97f5f0c37ba9d3c02ff3;p=youtube-dl [pbs] Make flp embed lookup non fatal --- diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index a690f9c29..8fb9b1849 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -210,7 +210,7 @@ class PBSIE(InfoExtractor): # Fronline video embedded via flp video_id = self._search_regex( - r'videoid\s*:\s*"([\d+a-z]{7,})"', webpage, 'videoid') + r'videoid\s*:\s*"([\d+a-z]{7,})"', webpage, 'videoid', default=None) if video_id: # pkg_id calculation is reverse engineered from # http://www.pbs.org/wgbh/pages/frontline/js/flp2012.js