Browse Source

[naver] Recognize mobile urls (fixes #1951)

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

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

Loading…
Cancel
Save