diff options
author | dirkf <[email protected]> | 2022-02-09 21:21:59 +0000 |
---|---|---|
committer | dirkf <[email protected]> | 2022-02-09 21:21:59 +0000 |
commit | 266b6ef18520f8de60fa143e154e4b12be12afb7 (patch) | |
tree | b1a16315ba888bd6d9a3f7e058ce8a8778c2328b | |
parent | 825d3426c56aabfc91aea139f2e6e0589f8096bc (diff) | |
download | youtube-dl-266b6ef18520f8de60fa143e154e4b12be12afb7.tar.gz youtube-dl-266b6ef18520f8de60fa143e154e4b12be12afb7.zip |
[BBC] Also allow PID with leading 'l' (live?)
-rw-r--r-- | youtube_dl/extractor/bbc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 088af9823..378b52f4f 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -40,7 +40,7 @@ from ..utils import ( class BBCCoUkIE(InfoExtractor): IE_NAME = 'bbc.co.uk' IE_DESC = 'BBC iPlayer' - _ID_REGEX = r'(?:[pbm][\da-z]{7}|w[\da-z]{7,14})' + _ID_REGEX = r'(?:[pbml][\da-z]{7}|w[\da-z]{7,14})' _VALID_URL = r'''(?x) https?:// (?:www\.)?bbc\.co\.uk/ |