mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-02 01:38:24 -05:00
[nbc] Recognize https urls (fixes #5300)
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user