[YouTube] Implement support for collaborators#1399
[YouTube] Implement support for collaborators#1399FineFindus wants to merge 1 commit intoTeamNewPipe:devfrom
Conversation
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
|
There's currently naturally a lot of duplicate code between extracting all the collaborators details, and extracting just a single detail (e.g. the URL). Maybe it would be better to extract them into separate functions? Or maybe it would be even better deprecated the singular uploader methods and always return at least one creator? That may have a small performance cost, though in our use-case we are always accessing all of them. |
#1360 (comment) perhaps related |
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: #1397