Skip to content

Commit

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

Here is the code:-

.. py:function:: youtube.get_video_info(video_url="video_url")
.. py:function:: youtube.get_video_info(video_url="https://www.youtube.com/watch?v=UF8uR6Z6KLc")
:param str video_url: video url
:return: {"body": {'DisLikes': 'DisLikes', 'Title': 'Title', 'Subscribers': 'Subscribers', 'Comments': 'Comments', 'ChannelLink': 'ChannelLink', 'ChannelName': 'ChannelName', 'Desc': 'Desc', 'Views': 'Views', 'Duration': 'Duration', 'Publish_Date': 'Publish_Date', 'Likes': 'Likes'}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 1518a2b

Please sign in to comment.