Browse Source

[naver] Recognize mobile urls (fixes #1951)

Jaime Marquínez Ferrándiz 11 years ago
parent
commit
24b173fa5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/naver.py

+ 1 - 1
youtube_dl/extractor/naver.py

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