Benjamin-Loison / YouTube-operational-API

YouTube operational API works when YouTube Data API v3 fails.
384 stars 47 forks source link

Retrieve whether or not a given video is `Remix`able #279

Open Benjamin-Loison opened 4 months ago

Benjamin-Loison commented 4 months ago

As requested by someone on Discord.

https://www.youtube.com/watch?v=Pv0iVoSZzN8

Note that whether we are connected on YouTube or not does not seem to make it appear on Firefox desktop, same on Fennec.

What about YouTube on Waydroid? On system type vanilla:

image

On system type gapps:

0

Was I logged in? If not, I should try as the following seems to suggest. Well I tried again but could not notice buttons about likes, Share etc, so I used:

waydroid prop set persist.waydroid.height 960
waydroid prop set persist.waydroid.width 540

Source: https://docs.waydro.id/usage/waydroid-prop-options#properties

and correctly got the Remix button.

0

1

If Turn on Incognito, then get:

0

Note that there are no buttons at the right of Report.

What about actual phones?

With YouTube app on Samsung A53:

image

With Activer le mode navigation privée:

image

image

So it seems that there are multiple difficulties:

Benjamin-Loison commented 3 months ago

In theory blocked by Benjamin-Loison/waydroid/issues/16.

https://github.com/casualsnek/waydroid_script/blob/1a2d3ad643206ad5f040e0155bb7ab86c0430365/README.md#install-a-self-signed-ca-certificate may help. Can also modify Android ones if I remember correctly.

Benjamin-Loison commented 3 months ago

Related to Improve_websites_thanks_to_open_source/issues/397.

Benjamin-Loison commented 3 months ago

waydroid_script/blob/1a2d3ad643206ad5f040e0155bb7ab86c0430365/README.md?plain=1#L33 mitm looks interesting.

Benjamin-Loison commented 1 month ago

Related to Benjamin_Loison/wireshark/issues/2.