1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 12:13:35 +00:00

[dailymotion] Fix typo

This commit is contained in:
Sergey M․
2020-05-05 05:09:07 +07:00
parent c380cc28c4
commit 676723e0da
+1 -1
View File
@@ -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