mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 16:45:41 +07:00
This reverts commit b827ee921f.
This commit is contained in:
@@ -32,7 +32,7 @@ def _get_dailymotion_cookies(self):
|
||||
|
||||
@staticmethod
|
||||
def _get_cookie_value(cookies, name):
|
||||
cookie = cookies.get(name)
|
||||
cookie = cookies.get('name')
|
||||
if cookie:
|
||||
return cookie.value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user