revanced-patches icon indicating copy to clipboard operation
revanced-patches copied to clipboard

feat(YouTube): Open channel instead video from thumbnail marked as live

Open 0xrxL opened this issue 11 months ago • 3 comments

Feature description

During video list scrolling, the avatar preview of some channels are marked as live. Usually clicking on the preview will redirect the user to the channel, but in this case it redirect to a live of the channel aired at that time.

This is probably matter of an intent, that need to be changed somewhere.

Image

Motivation

Reach a channel sometime can be annoying, and this can lead to an alternative way to reaching it (already descripted in the previous question).

In brief: this patch will reduce the interaction to open a channel, by avoiding the user first opening a video and then accessing the channel from it (especially if the channel often make lives).

Acknowledgements

  • [x] I have checked all open and closed feature requests and this is not a duplicate
  • [x] I have chosen an appropriate title.
  • [x] All requested information has been provided properly.

0xrxL avatar Dec 29 '24 03:12 0xrxL

@LisoUseInAIKyrios I don't know if you can find a better way to get channel id from a video link, but NewPipe Extractor seemed like the only possible choice, and the v3 API doesn't work without a private key.

0xrxL avatar Jan 11 '25 18:01 0xrxL

I don't know any other ways to get the channel from a random video id.

This is a somewhat minor feature that requires adding complex external libraries. It's not a feature I would ever use, so for me it's in a "I don't care" category.

LisoUseInAIKyrios avatar Jan 11 '25 18:01 LisoUseInAIKyrios

...that requires adding complex external libraries.

Fixed by inotia00: https://github.com/inotia00/revanced-patches/commit/9b299b41f59b399dca27baaaa63bb488637bd010

0xrxL avatar Jan 19 '25 00:01 0xrxL