From a95e7ecf1460405791ae70be6b9c6e52e4cfd057 Mon Sep 17 00:00:00 2001 From: ajj8 <35781586+ajj8@users.noreply.github.com> Date: Tue, 17 Mar 2020 13:40:45 +0000 Subject: [PATCH] Update bbc.py --- youtube_dl/extractor/bbc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 3d128570a..278a810d2 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -984,7 +984,8 @@ class BBCIE(BBCCoUkIE): r']+name="externalIdentifier"[^>]+value="(%s)"' % self._ID_REGEX, r'videoId\s*:\s*["\'](%s)["\']' % self._ID_REGEX, r'"vpid":"(%s)"' % self._ID_REGEX, - r'"versionPid":"(%s)"' % self._ID_REGEX], + r'"versionPid":"(%s)"' % self._ID_REGEX, + r'"pid":"(%s)"' % self._ID_REGEX,], webpage, 'vpid', default=None) # bbc reel (e.g. https://www.bbc.com/reel/video/p07c6sb6/how-positive-thinking-is-harming-your-happiness)