seasonListRequest

protected open fun seasonListRequest(anime: SAnime): Request(source)

Deprecated

The helper functions are inherently limiting and hides the underlying implementation. Source developers should make their own implementation according to their needs.

Returns the request for updating the season list. Override only if it's needed to override the url, send different headers or request method like POST.

Since

extensions-lib 16

Return

the request for getting the seasons.

Parameters

anime

the anime to look for seasons.