[YouTube] Extract uploader URL for videos with multiple uploaders#1397
Merged
TobiGr merged 3 commits intoTeamNewPipe:devfrom Nov 3, 2025
Merged
[YouTube] Extract uploader URL for videos with multiple uploaders#1397TobiGr merged 3 commits intoTeamNewPipe:devfrom
TobiGr merged 3 commits intoTeamNewPipe:devfrom
Conversation
Fixes an issue, where for videos with multiple uploaders/collaborators, the uploader URL could not be extracted, leading to the entire video failing to be extracted. This is fixed by extracting the URL of the first collaborator, which appears to be the main channel where the video is actually displayed. Closes: TeamNewPipe#1333
Contributor
|
Thank you. However, this does not fully fix the issue. The uploaderAvatars also seem to be handled different here. The |
Contributor
Author
|
I was already working on that :) But I saw it as more important to update the |
TobiGr
reviewed
Oct 31, 2025
Contributor
TobiGr
left a comment
There was a problem hiding this comment.
Code looks good to me. Just one thought
Implements support for loading the channel details, of the channel that actually owns the video, for videos with multiple uploaders.
5f08d76 to
d051342
Compare
FineFindus
added a commit
to FineFindus/NewPipeExtractor
that referenced
this pull request
Nov 4, 2025
Implements support for extracting the collaborators of a video. This allows client apps to display them, if they wish so. The first collaborator is equivalent to the creator/uploader of the video. Ref: TeamNewPipe#1397
3 tasks
FineFindus
added a commit
to FineFindus/NewPipeExtractor
that referenced
this pull request
Nov 9, 2025
Implements support for extracting the collaborators of a video. This allows client apps to display them, if they wish so. The first collaborator is equivalent to the creator/uploader of the video. Ref: TeamNewPipe#1397
4 tasks
6 tasks
This file contains hidden or 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
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.
Fixes an issue, where for videos with multiple uploaders/collaborators, the uploader URL could not be extracted, leading to the entire video failing to be extracted. This is fixed by extracting the URL of the first collaborator, which seems to be the main channel where the video is actually displayed.
However, this PR does not implement support for extracting all the uploaders.
Closes: #1333
Fixes: TeamNewPipe/NewPipe#12899