mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2026-01-04 00:01:07 -05:00
Improve some _VALID_URLs
This commit is contained in:
@@ -15,7 +15,7 @@ from ..utils import (
|
||||
|
||||
class YamIE(InfoExtractor):
|
||||
IE_DESC = '蕃薯藤yam天空部落'
|
||||
_VALID_URL = r'https?://mymedia.yam.com/m/(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://mymedia\.yam\.com/m/(?P<id>\d+)'
|
||||
|
||||
_TESTS = [{
|
||||
# An audio hosted on Yam
|
||||
|
||||
Reference in New Issue
Block a user