[naver] Recognize mobile urls (fixes #1951)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-12-12 13:04:02 +01:00
parent f2c36ee43e
commit 24b173fa5c
1 changed files with 1 additions and 1 deletions

View File

@ -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',