-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS: Channel + Playlist improvements #4298
Open
ChunkyProgrammer
wants to merge
4
commits into
iv-org:master
Choose a base branch
from
ChunkyProgrammer:feed-improvements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RSS: Channel + Playlist improvements #4298
ChunkyProgrammer
wants to merge
4
commits into
iv-org:master
from
ChunkyProgrammer:feed-improvements
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChunkyProgrammer
requested review from
syeopite
and removed request for
a team
November 30, 2023 04:08
1 task
ChunkyProgrammer
changed the title
Channel RSS + Playlist improvements
RSS: Channel + Playlist improvements
Nov 30, 2023
1 task
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
December 7, 2023 14:37
480aa52
to
74d44f5
Compare
SamantazFox
reviewed
Jan 27, 2024
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
January 29, 2024 23:13
4a143a0
to
bee81ee
Compare
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
March 25, 2024 14:46
bee81ee
to
24dd4e7
Compare
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
April 29, 2024 22:54
24dd4e7
to
10f0432
Compare
This pull request has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely abandoned or outdated. If you think this pull request is still relevant and applicable, you just have to post a comment and it will be unmarked. |
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
July 29, 2024 01:59
10f0432
to
0a8b12c
Compare
This PR is working and still applicable. |
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
2 times, most recently
from
August 13, 2024 19:10
784768e
to
bc602a4
Compare
SamantazFox
requested changes
Aug 20, 2024
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
August 24, 2024 22:02
7810613
to
f538c44
Compare
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
October 1, 2024 02:02
f538c44
to
90918ba
Compare
Co-Authored-By: absidue <48293849+absidue@users.noreply.github.com> Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
ChunkyProgrammer
force-pushed
the
feed-improvements
branch
from
October 30, 2024 16:59
90918ba
to
d18854f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 removed fetching the channel to get the thumbnail for the RSS feed.
The rest of the fixes are mainly so FreeTube can detect if a channel doesn't exist via RSS
Related FreeTube PR: FreeTubeApp/FreeTube#4407
closes: #4021