Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
5 additions and
2 deletions
-
youtube_dl/extractor/naver.py
|
|
@ -15,7 +15,7 @@ class NaverIE(InfoExtractor): |
|
|
|
_VALID_URL = r'https?://(?:m\.)?tv(?:cast)?\.naver\.com/v/(?P<id>\d+)' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|
'url': 'http://tvcast.naver.com/v/81652', |
|
|
|
'url': 'http://tv.naver.com/v/81652', |
|
|
|
'info_dict': { |
|
|
|
'id': '81652', |
|
|
|
'ext': 'mp4', |
|
|
@ -24,7 +24,7 @@ class NaverIE(InfoExtractor): |
|
|
|
'upload_date': '20130903', |
|
|
|
}, |
|
|
|
}, { |
|
|
|
'url': 'http://tvcast.naver.com/v/395837', |
|
|
|
'url': 'http://tv.naver.com/v/395837', |
|
|
|
'md5': '638ed4c12012c458fefcddfd01f173cd', |
|
|
|
'info_dict': { |
|
|
|
'id': '395837', |
|
|
@ -34,6 +34,9 @@ class NaverIE(InfoExtractor): |
|
|
|
'upload_date': '20150519', |
|
|
|
}, |
|
|
|
'skip': 'Georestricted', |
|
|
|
}, { |
|
|
|
'url': 'http://tvcast.naver.com/v/81652', |
|
|
|
'only_matching': True, |
|
|
|
}] |
|
|
|
|
|
|
|
def _real_extract(self, url): |
|
|
|