Skip to content

Commit

Permalink
Update get_video_tags.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent 1518a2b commit 98f3247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/get_video_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It fetches the video tags and tag links whose link is passed in ``video_link``.

Here is the code:-

.. py:function:: youtube.get_video_tags(video_link="video_link")
.. py:function:: youtube.get_video_tags(video_link="https://www.youtube.com/watch?v=eLrJUdBHiXA&list=PLsuCfYXzi5DJfjxOmPRJIS4KLlJhAlr8P&index=1")
:param str video_link: video link whose tags need to be fetched
:return: {"body": {'tags': 'tags', 'taglinks': 'taglinks'}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 98f3247

Please sign in to comment.