1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 07:43:32 +08:00

[naver] Support tv.naver.com links

This commit is contained in:
Kagami Hiiragi
2017-01-16 22:19:52 +03:00
committed by motophil
Unverified
parent 314a272b30
commit ae7f5f5439
+1 -1
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',