[dailymotion] Fix typo

master
Sergey M․ 4 years ago
parent c380cc28c4
commit 676723e0da
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

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

Loading…
Cancel
Save