1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[nbc] Recognize https urls (fixes #5300)

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-03-28 14:18:11 +01:00
parent 4747e2183a
commit cb88671e37

View file

@ -14,7 +14,7 @@ from ..utils import (
class NBCIE(InfoExtractor):
_VALID_URL = r'http://www\.nbc\.com/(?:[^/]+/)+(?P<id>n?\d+)'
_VALID_URL = r'https?://www\.nbc\.com/(?:[^/]+/)+(?P<id>n?\d+)'
_TESTS = [
{