Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Dec 24, 2020
1 parent 3dcb913 commit aed6fd5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Docs/source/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Functions
channel_videos
watch_later_videos
skip_ad
live_chat
auto_comment
searches
play_pause_video
Expand Down
2 changes: 1 addition & 1 deletion Docs/source/search_results.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Here is the code:-
.. py:function:: youtube.search_results()
:return: {"body": [{'title': 'title', 'channel': 'channel', 'viewsandtime': 'viewsandtime', 'link': 'link'}], "success_score": "100", "errors": []}
:return: {"body": [{'viewsandtime': 'viewsandtime', 'channel': 'channel', 'title': 'title', 'link': 'link'}], "success_score": "100", "errors": []}
:rtype: dict
2 changes: 1 addition & 1 deletion Docs/source/video_comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Here is the code:-
.. py:function:: youtube.video_comments()
:return: {"body": [{'Comment': 'Comment', 'UserLink': 'UserLink', 'alltext': 'alltext', 'user': 'user', 'Time': 'Time', 'Likes': 'Likes'}], "success_score": "100", "errors": []}
:return: {"body": [{'Comment': 'Comment', 'UserLink': 'UserLink', 'user': 'user', 'Time': 'Time', 'Likes': 'Likes'}], "success_score": "100", "errors": []}
:rtype: dict

0 comments on commit aed6fd5

Please sign in to comment.