mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #384] Open webbrowser on oauth #301
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaardhus on GitHub (Apr 23, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/384
Is your feature request related to a problem? Please describe.
Manually having to copy the url and open a webbrowser when using oauth setup
Describe the solution you'd like
Use pythons build-in
webbrowser.openfunction to open a webbrowser with the verification url automaticallyDescribe alternatives you've considered
Additional context
@sigma67 commented on GitHub (May 1, 2023):
We can do something like gmusicapi where we make this behavior optional:
github.com/simon-weber/gmusicapi@5cb3aa3d17/gmusicapi/clients/shared.py (L145)