diff --git a/src/invidious/helpers/youtube_api.cr b/src/invidious/helpers/youtube_api.cr index 135e0e02..0c21090b 100644 --- a/src/invidious/helpers/youtube_api.cr +++ b/src/invidious/helpers/youtube_api.cr @@ -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) #