1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[naver] Support tv.naver.com links

This commit is contained in:
Kagami Hiiragi 2017-01-16 22:19:52 +03:00 committed by Sergey M
parent c1c2fe2045
commit c0bd51c090

View file

@ -12,7 +12,7 @@ from ..utils import (
class NaverIE(InfoExtractor):
_VALID_URL = r'https?://(?:m\.)?tvcast\.naver\.com/v/(?P<id>\d+)'
_VALID_URL = r'https?://(?:m\.)?tv(?:cast)?\.naver\.com/v/(?P<id>\d+)'
_TESTS = [{
'url': 'http://tvcast.naver.com/v/81652',