sigma67

Results 198 comments of sigma67

merged in 7de7ecf

Very useful indeed, please include it in master

Sounds interesting, can you make a proposal for integrating this without breaking ytmusicapi for existing users? Might be possible to pass cookiejar cookiefile as filepath and detect whether the file...

What's the 2023 solution to this issue with latest `coverage.py`?

I have a function that calls `os.execv`, which I'm testing with pytest, let's call it `func_execv`. My testing code looks as follows (to prevent pytest crashing when the process is...

I've added the suggested line to `_virtualenv.pth` and also set the env variable `COVERAGE_PROCESS_START`, but it didn't help. Can you suggest a basic setup with the minimum reproduction example where...

@NotLawson are you working on this? @MarkhorDev I don't see any podcasts under your link. See here for the issue tracking artist page podcast issues https://github.com/sigma67/ytmusicapi/issues/460#issuecomment-1806858037

I'm open towards somebody submitting an implementation. The SpotifyOAuth should be optional though and only used where relevant (i.e. for all transfer, liked songs).

Hi, that looks like a really nice project and a lot of work, I hope it takes off. I think the auth part can serve as a good blueprint for...

@vixalien where are you getting `CLIENT_ID` and `CLIENT_SECRET` from? Do all users use the same values? Would this result in hitting API limits once your library is adopted by more...