Documentation ¶
Overview ¶
Package downloader implements downloading from the osu! website, through, well, mostly scraping and dirty hacks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoRedirect = errors.New("cheesegull/downloader: no redirect happened, beatmap could not be downloaded")
ErrNoRedirect is returned from Download when we were not redirect, thus indicating that the beatmap is unavailable.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a wrapper around an http.Client which can fetch beatmaps from the osu! website.
Click to show internal directories.
Click to hide internal directories.