ReVanced / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
2.2k stars 255 forks source link

bug(YouTube - Return YouTube Dislikes): Shorts with hidden like-counts show dislikes as 0 #3355

Open Talafhah1 opened 2 months ago

Talafhah1 commented 2 months ago

Bug description

Shorts with the like count hidden show 0 instead of DISLIKE

Error logs

No response

Solution

No response

Additional context

No response

Acknowledgements

LisoUseInAIKyrios commented 2 months ago

A known issue.

Fixing is either parsing out the likes from the litho, or ideally the RYD API adds support to indicate video likes are hidden (but doing that is beyond the control of ReVanced).

Talafhah1 commented 2 months ago

for context, the way RYD does it is by checking if the likes counter container has any numeric digits

isLikesDisabled() (function permalink)

LisoUseInAIKyrios commented 2 months ago

Yes, and that's how ReVanced does it for the dislikes of regular videos.