[GH-ISSUE #384] Open webbrowser on oauth #301

Closed
opened 2026-02-27 22:59:58 +03:00 by kerem · 1 comment
Owner

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.open function to open a webbrowser with the verification url automatically

Describe alternatives you've considered

Additional context

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.open` function to open a webbrowser with the verification url automatically **Describe alternatives you've considered** **Additional context**
kerem 2026-02-27 22:59:58 +03:00
Author
Owner

@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)

<!-- gh-comment-id:1529536522 --> @sigma67 commented on GitHub (May 1, 2023): We can do something like gmusicapi where we make this behavior optional: https://github.com/simon-weber/gmusicapi/blob/5cb3aa3d17f6978e2e15220289daee2b0ceafe44/gmusicapi/clients/shared.py#L145
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#301
No description provided.