flecs icon indicating copy to clipboard operation
flecs copied to clipboard

fix(downloader): allow downloads for signed out users

Open franz-dc opened this issue 9 months ago • 2 comments

For signed out users, the upgrade button will not exist, incorrectly passing the premium check.

This commit adds an additional check for signed out users to immediately mark them as non-premium users.

franz-dc avatar Mar 27 '25 16:03 franz-dc

If we are to improve this, might as well go the extra mile.

To check if the user is signed in or not, you can simply do yt.config_.LOGGED_IN. I haven't found an alternative for checking if the user is premium or not.

ArjixWasTaken avatar Mar 27 '25 21:03 ArjixWasTaken

If we are to improve this, might as well go the extra mile.

To check if the user is signed in or not, you can simply do yt.config_.LOGGED_IN. I haven't found an alternative for checking if the user is premium or not.

Thanks!

franz-dc avatar Mar 27 '25 21:03 franz-dc

Thanks!

JellyBrick avatar Mar 31 '25 13:03 JellyBrick