mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-13 08:08:31 +00:00
Fix documentation of YoutubeAPI.browse()
Comments and search result aren't returned by the browse() endpoint but by the next() and search() endpoints, respectively.
This commit is contained in:
parent
583fc43e7d
commit
933027f75f
@ -40,8 +40,8 @@ module YoutubeAPI
|
||||
# The requested data can either be:
|
||||
#
|
||||
# - A continuation token (ctoken). Depending on this token's
|
||||
# contents, the returned data can be comments, playlist videos,
|
||||
# search results, channel community tab, ...
|
||||
# contents, the returned data can be playlist videos, channel
|
||||
# community tab content, channel info, ...
|
||||
#
|
||||
# - A playlist ID (parameters MUST be an empty string)
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user