mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[daum] fix IE_NAME
This commit is contained in:
parent
574dd17882
commit
db710571fd
|
@ -77,7 +77,7 @@ class DaumIE(InfoExtractor):
|
|||
|
||||
class DaumClipIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:m\.)?tvpot\.daum\.net/(?:clip/ClipView.do|mypot/View.do)\?.*?clipid=(?P<id>\d+)'
|
||||
IE_NAME = 'daum.net'
|
||||
IE_NAME = 'daum.net:clip'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'http://tvpot.daum.net/clip/ClipView.do?clipid=52554690',
|
||||
|
|
Loading…
Reference in a new issue