Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Dec 11, 2020
1 parent ab69e47 commit 82b82b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/source/get_transcript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Here is the code:-
:param str video_url: Video url whose transcript need to be fetched
:return: {'Transcript': 'Transcript', 'Column A': 'Column A'}
:return: {'Transcript': 'Transcript'}
:rtype: dict
2 changes: 1 addition & 1 deletion Docs/source/live_chat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Here is the code:-
.. py:function:: youtube.live_chat()
:return: [{'Message': 'Message', 'User': 'User', 'Column A': 'Column A'}]
:return: [{'User': 'User', 'Message': 'Message'}]
:rtype: list
2 changes: 1 addition & 1 deletion Docs/source/video_comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Here is the code:-
.. py:function:: youtube.video_comments()
:return: [{'User': 'User', 'Column A': 'Column A', 'Comment': 'Comment', 'UserLink': 'UserLink', 'Replies': 'Replies'}]
:return: [{'User': 'User', 'UserLink': 'UserLink', 'Comment': 'Comment'}]
:rtype: list

0 comments on commit 82b82b6

Please sign in to comment.