Skip to content

Commit

Permalink
feat: add nid cookie value as requirements cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Feb 19, 2024
1 parent 9880ee9 commit 5333840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _get_token(
"__Secure-1PSID",
"__Secure-1PSIDTS",
"__Secure-1PSIDCC",
"NID"
]
if len(extracted_cookie_dict) < len(required_cookies) or not all(
key in extracted_cookie_dict for key in required_cookies
Expand Down

0 comments on commit 5333840

Please sign in to comment.