Skip to content

Commit

Permalink
Update login_cookie.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent c5f9e3a commit ce38179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/login_cookie.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It logins to youtube through the cookies passed in ``cookies``.

Here is the code:-

.. py:function:: youtube.login_cookie(cookies="cookies")
.. py:function:: youtube.login_cookie(cookies=[{"domain": ".youtube.com","expirationDate": 1676431710.556339,"hostOnly": false,"httpOnly": false,"name": "__Secure-3PAPISID","path": "/",},...])
:param str cookies: list of cookies of youtube
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit ce38179

Please sign in to comment.