[pixiv] respect more query parameters for user URLs

The API endpoint responsible for user illustrations does not
provide sufficient filter capabilities* to match the actual
website, so we are spinning our own filters.

Respected parameters are
    'type': illust, manga, ugoira
    'tag' : any image tag (this was already supported)
    'p'   : the page to start on

*
- API can filter for illustrations and manga, but not for ugoira.
- 'offset' is applied before filtering
- no 'tag' filter
This commit is contained in:
Mike Fährmann
2018-05-18 15:30:06 +02:00
parent b8e53b8c6b
commit 0a1863fce3
2 changed files with 31 additions and 14 deletions

View File

@@ -22,7 +22,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"pixiv", # /users/<id>/favorite_works API endpoint is gone
}