1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 18:34:32 +01:00

Update bbc.py

This commit is contained in:
ajj8 2020-03-17 14:13:17 +00:00 committed by GitHub
parent a95e7ecf14
commit d738e2b472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -985,7 +985,7 @@ class BBCIE(BBCCoUkIE):
r'videoId\s*:\s*["\'](%s)["\']' % self._ID_REGEX,
r'"vpid":"(%s)"' % self._ID_REGEX,
r'"versionPid":"(%s)"' % self._ID_REGEX,
r'"pid":"(%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)