mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-01 00:52:58 +01:00
[dailymotion] Fix typo
This commit is contained in:
parent
c380cc28c4
commit
676723e0da
@ -32,7 +32,7 @@ def _get_dailymotion_cookies(self):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_cookie_value(cookies, name):
|
def _get_cookie_value(cookies, name):
|
||||||
cookie = cookies.get('name')
|
cookie = cookies.get(name)
|
||||||
if cookie:
|
if cookie:
|
||||||
return cookie.value
|
return cookie.value
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user