X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fpbs.py;h=25f019231e8f98b49666f6d6a74400d494305b82;hb=1538eff6d8ee73f2ae4ac1dd832a9ef978c63074;hp=65462d867027b67f3cf8a26d6e6fa7a545471fe7;hpb=2eabb80254f48d63a464247140d8e04a73418ded;p=youtube-dl diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 65462d867..25f019231 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -5,7 +5,7 @@ from .common import InfoExtractor class PBSIE(InfoExtractor): - _VALID_URL = r'https?://video.pbs.org/video/(?P\d+)/?' + _VALID_URL = r'https?://video\.pbs\.org/video/(?P\d+)/?' _TEST = { u'url': u'http://video.pbs.org/video/2365006249/',