ChunkyProgrammer
ChunkyProgrammer
### Guidelines - [X] I have searched the issue tracker for [open](https://github.com/FreeTubeApp/FreeTube/issues?q=is%3Aopen+is%3Aissue) and [closed](https://github.com/FreeTubeApp/FreeTube/issues?q=is%3Aissue+is%3Aclosed) issues that are similar to the feature request I want to file, without success. - [X]...
we now return an empty array when there are no posts. closes https://github.com/iv-org/invidious/issues/3814 https://github.com/FreeTubeApp/FreeTube/issues/3499
Channel feed: don't make an extra request, deprecate thumbnail field Playlist feed: return 404 when playlist isn't found As RSS clients can make a lot of requests pretty quickly, I...
File.open accepts a second argument which will close the initial stream (`IO::Memory.new(body)`) when the File stream closes. I also made it so that the code is a bit more safe...
This PR allows for comments to be opened in a new page when viewing repleis/fetching more comments. Tests (tests written for when JS is disabled but it should probably also...
YouTube now supports @ mentions. The base url for this is https://www.youtube.com/@ Ex for @ mrbeast https://www.youtube.com/@mrbeast
The base url for a youtube hashtag is: https://www.youtube.com/hashtag/ Example hashtag "minecraft" https://www.youtube.com/hashtag/minecraft
- Search: fix incorrect documentation on sort parameter: closes https://github.com/iv-org/invidious/issues/3734 - Trending: Remove `news` from trending type (adds `default`) - Hashtag: add hashtag api documentation - ResolveUrl: add resolveurl api...
These parameters were removed in this PR: https://github.com/iv-org/invidious/pull/4276/
closes https://github.com/iv-org/invidious/issues/3513 This PR: - gets thumbnail and channel name from the initial request - gets videos, shorts and streams via autogenerated channel playlists  Test Url: `/channel/UCbfnHqxXs_K3kvaH-WlNlig`