Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just edited the signin.htm file to no longer have the "Shows" button #124

Closed
gigigigi53 opened this issue Aug 20, 2024 · 7 comments
Closed

Comments

@gigigigi53
Copy link

signin.zip
You could update it into your yt2009 code! thank you!

@mrkrabs206
Copy link

Also rename from subtitle-module.swf to subtitle_module.swf

@ftde0
Copy link
Owner

ftde0 commented Aug 20, 2024

@gigigigi53
Copy link
Author

the "shows" button was there in the sign in page in 2009, which is why it's in yt2009 as well. http://web.archive.org/web/20091027180240/https://www.google.com/accounts/ServiceLogin?uilel=3&service=youtube&passive=true&continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26nomobiletemp%3D1%26hl%3Den_US%26next%3D%252F&hl=en_US&ltmpl=sso what's the point in removing it?

Idk bro since it was gone in all pages, i also decided to remove it on sign in :/

@gigigigi53
Copy link
Author

Also read my last comment on issue #122

@ftde0
Copy link
Owner

ftde0 commented Aug 21, 2024

the shows button is a different story. it can be enabled with the shows_tab global flag, which will make it show on all pages.
what IS true (and shouldn't have happened) is that the sign in page doesn't respect that setting and shows it all the time. that will be fixed.

refering to #122:

  • due to limitations of those mobile apps, in order to bring every possible feature i'd need to make separate requests for each video, around 20 per feed (search, homepage, related videos etc). this would noticeably slow down loading times.
  • also, as mentioned in Implement /proxy/ requests for YouTube 1.4.20 support #106, i don't have the setup to test all early apks, so research in getting those working is not really a possibility for me as of now.
  • i've tried escargot before under a different name. as cool as the novelty is, having to keep it on the taskbar at all times when i'm available for the client to work isn't really something that's convenient. i'd rather stick to this github issue tracker for yt2009-related things.

@mrkrabs206
Copy link

the shows button is a different story. it can be enabled with the shows_tab global flag, which will make it show on all pages. what IS true (and shouldn't have happened) is that the sign in page doesn't respect that setting and shows it all the time. that will be fixed.

refering to #122:

  • due to limitations of those mobile apps, in order to bring every possible feature i'd need to make separate requests for each video, around 20 per feed (search, homepage, related videos etc). this would noticeably slow down loading times.
  • also, as mentioned in Implement /proxy/ requests for YouTube 1.4.20 support #106, i don't have the setup to test all early apks, so research in getting those working is not really a possibility for me as of now.
  • i've tried escargot before under a different name. as cool as the novelty is, having to keep it on the taskbar at all times when i'm available for the client to work isn't really something that's convenient. i'd rather stick to this github issue tracker for yt2009-related things.

But what about captions on mobile apps

ftde0 pushed a commit that referenced this issue Sep 15, 2024
- fixed argentina and greenland not being filled on world charts. sorry!
- added support for optional use of different cc and iv modules
for as2 players. options can be found on /toggle_f.
(#122 - thanks, mrkrabs206!)
- sign in page now respects shows_tab setting.
(#124 - thanks, mrkrabs206!)
- /channels now has language support. (thanks, user!)
- added support for lockupviewmodel experiment in search
- made some fixes to video playback on nintendo 3ds.
(thanks, Szprink, and CubeFun at #115!)
- yt2009_flags will now let you export all settings, not just flags.
the option to only export flags will stay.
- fixed captions using cached responses, thus failing to load languages.
(thanks, NCP!)
- gdata_auth now also supports auth cookie used throughout the site.
- gdata now also supports requesting user data with their id
@ftde0
Copy link
Owner

ftde0 commented Sep 15, 2024

addressed in b6c4874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants