mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-02 04:18:25 -05:00
Correct some extractor _VALID_URL regexes
This commit is contained in:
@@ -9,7 +9,7 @@ from ..utils import (
|
||||
|
||||
|
||||
class MuzuTVIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://www.muzu.tv/(.+?)/(.+?)/(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://www\.muzu\.tv/(.+?)/(.+?)/(?P<id>\d+)'
|
||||
IE_NAME = u'muzu.tv'
|
||||
|
||||
_TEST = {
|
||||
|
||||
Reference in New Issue
Block a user