Skip to content

Commit

Permalink
Update .gitignore and change YTMusic configuration to use browser.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luisignaciocc committed Nov 18, 2024
1 parent 217245f commit 4ded2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ cython_debug/
#.idea/

oauth.json
browser.json
watch-history.json
.vscode/*
data.db
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_session(self, token):
raise Exception(e)

def execute(self):
ytmusic = YTMusic("oauth.json")
ytmusic = YTMusic("browser.json")

if not self.session:
token = self.get_token()
Expand Down

0 comments on commit 4ded2eb

Please sign in to comment.