Sergey M․
5 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/dailymotion.py
|
|
@ -32,7 +32,7 @@ class DailymotionBaseInfoExtractor(InfoExtractor): |
|
|
|
|
|
|
|
@staticmethod |
|
|
|
def _get_cookie_value(cookies, name): |
|
|
|
cookie = cookies.get('name') |
|
|
|
cookie = cookies.get(name) |
|
|
|
if cookie: |
|
|
|
return cookie.value |
|
|
|
|
|
|
|