Skip to content

Commit

Permalink
Update auto_like.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent f3accd5 commit 02c05c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/auto_like.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It likes the video passed in ``video_url``.

Here is the code:-

.. py:function:: youtube.auto_like(video_url="video_url")
.. py:function:: youtube.auto_like(video_url="https://www.youtube.com/watch?v=hPQ79rrkziM")
:param str video_url: video link which need to be liked
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 02c05c7

Please sign in to comment.