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:
Samantaz Fox 2021-07-24 19:27:41 +02:00
parent 583fc43e7d
commit 933027f75f
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -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)
#