ftde0 / yt2009

2009 youtube frontend.
Apache License 2.0
193 stars 120 forks source link

YT2009 patched apps do not work on older android (5.x and earlier) for no apparent reason. #73

Closed mrkrabs206 closed 7 months ago

mrkrabs206 commented 7 months ago

@ftde0

These don't work on older android versions. NO REASON WHY.

https://www.reddit.com/r/oldyoutubelayout/comments/1boflcm/my_244_youtube_patch_doesnt_work_on_44_android/

Update it to support older android. No sites will be affected. Not even the apps.

ftde0 commented 7 months ago

how are they supposed to work if the instance used doesn't work in the first place? recentlyfeatured

mrkrabs206 commented 7 months ago

how are they supposed to work if the instance used doesn't work in the first place? recentlyfeatured

oops, wrong instance. What I meant is that it didn't work because it is by the browser agent (from android).

ftde0 commented 7 months ago

a well configured yt2009 instance along with a good patch do work on older android versions. that was also taken into consideration when working on mobile app support.

consider setting ALL urls you change to HTTP, or use a proxy to see whether the requests are made correctly.

following screenshots are from android 2.3.5. ax86 ax86-vpl

mrkrabs206 commented 7 months ago

Thanks for the tip!