This commit is contained in:
Arkadiusz Fal
2022-06-30 01:31:51 +02:00
parent 5439e53639
commit 6e63cd0be7
6 changed files with 68 additions and 3 deletions

View File

@@ -215,6 +215,10 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
nil
}
func channelByUsername(_: String) -> Resource? {
nil
}
func channelVideos(_ id: String) -> Resource {
resource(baseURL: account.url, path: basePathAppending("channels/\(id)/latest"))
}