summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2020-10-23 22:17:40 +0000
committerGitHub <noreply@github.com>2020-10-23 22:17:40 +0000
commit42914bff6f7c8c5207d0ba4410753c5cc59ae52f (patch)
tree09fcb2d629ef4239e21bb0655885d420e3246208 /CHANGELOG.md
parent59acf95bf572246f437fc39f24144389d07e22df (diff)
downloadinvidious-42914bff6f7c8c5207d0ba4410753c5cc59ae52f.tar.gz
invidious-42914bff6f7c8c5207d0ba4410753c5cc59ae52f.tar.bz2
invidious-42914bff6f7c8c5207d0ba4410753c5cc59ae52f.zip
polish some stuff (#1436)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5bef106..314a134f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -400,7 +400,7 @@ An `/api/v1/stats` endpoint has been added with [#356](https://github.com/omarro
## For Developers
-`/api/v1/channels/:ucid` now provides an `autoGenerated` tag, which returns true for [topic channels](https://www.youtube.com/channel/UCE80FOXpJydkkMo-BYoJdEg), and larger [genre channels](https://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ) generated by YouTube. These channels don't have any videos of their own, so `latestVideos` will be empty. It is recommended instead to display a list of playlists generated by YouTube.
+`/api/v1/channels/:ucid` now provides an `autoGenerated` tag, which returns true for topic channels, and larger genre channels generated by YouTube. These channels don't have any videos of their own, so `latestVideos` will be empty. It is recommended instead to display a list of playlists generated by YouTube.
You can now pull a list of playlists from a channel with `/api/v1/channels/playlists/:ucid`. Supported options are documented in the [wiki](https://github.com/omarroth/invidious/wiki/API#get-apiv1channelsplaylistsucid-apiv1channelsucidplaylists). Pagination is handled with a `continuation` token, which is generated on each call. Of note is that auto-generated channels currently have one page of results, and subsequent calls will be empty.