[nbc] Recognize https urls (fixes #5300)

master
Jaime Marquínez Ferrándiz 9 years ago
parent 4747e2183a
commit cb88671e37

@ -14,7 +14,7 @@ from ..utils import (
class NBCIE(InfoExtractor): 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 = [ _TESTS = [
{ {

Loading…
Cancel
Save