sigma67

Results 198 comments of sigma67

merged in 1b94985014dc8eb5df4a2de3cdca75c883e0615e

Sounds reasonable, feel free to submit a PR when you get around to it. Do you think it's possible to make using SpotifyOAuth optional since it involves an extra step?

This is definitely a useful feature, but should be implemented consistently for all endpoints that have a finite amount of continuations. Others I can think of - `get_library_songs` - `get_library_albums`...

Thanks for the hint. I'm aware of the Data API, but unfortunately it has pretty low quotas (10,000 units and a search costs 100 units). That's why I created this...

Unfortunately I don't have access to an iPhone to test. I do have an Android device though. Any good pointers for getting started with Android traffic capturing?

Thanks for the helpful insights. tombulled has done great work translating the [reverse engineered part to Python](https://gist.github.com/tombulled/d313c54a0681fcf0ba6d8092f11411e6#gistcomment-3069388). There's also a PHP implementation [here](https://github.com/socialAPIS/YoutubeDownloader). They use hardcoded Project and API keys...

I am not currently actively working on it, but open toward a PR/suggestions for implementation

I wasn't aware of any quota limits since I personally never hit them. This sounds like it would be useful to include in the documentation as a reference for other...

The YouTube Data API is not the same API as the one used by this project. Nevertheless, there are probably some quotas in place for this one as well to...