Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/kakao.py
|
|
@ -12,7 +12,7 @@ from ..utils import ( |
|
|
|
|
|
|
|
|
|
|
|
class KakaoIE(InfoExtractor): |
|
|
|
_VALID_URL = r'https?://tv.kakao.com/channel/(?P<channel>\d+)/cliplink/(?P<id>\d+)' |
|
|
|
_VALID_URL = r'https?://tv\.kakao\.com/channel/(?P<channel>\d+)/cliplink/(?P<id>\d+)' |
|
|
|
_API_BASE = 'http://tv.kakao.com/api/v1/ft/cliplinks' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|