roogue / osu-collector-dl

Automatic Downloader for Osu!Collector
MIT License
40 stars 4 forks source link

Using a browser for this is way overkill and horribly slow #1

Closed Kuuuube closed 2 years ago

Kuuuube commented 2 years ago

Not sure if you were aware but you can just pull full collections from the osu!collector api in a single request using the following:

https://osucollector.com/api/collections/{id}

Not really making a feature request since I already have my own program to do this but just wanted to let you know.

roogue commented 2 years ago

Thanks for the notice, I am not aware that osu!Collector do actually provides an api for everything. However, I will not modify the source library as this is a great learning opportunity / future reference for myself. Also this program uses an alternative way to scrape all the datas, so might be useful in some cases(?)

Anyway, I know, it's hella slow. :)

roogue commented 2 years ago

So, I am back and have time to review this. It is actually efficient to use the osu!Collector's api. I had updated an browser-less option for this program. Appreciate for the golden suggestion.