1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 03:02:50 +01:00
gallery-dl/test
Mike Fährmann 0a1863fce3
[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
2018-05-18 15:36:30 +02:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py change config specifiers in input file format 2018-02-16 03:10:41 +01:00
test_cookies.py [batoto] remove module 2018-01-23 21:37:32 +01:00
test_downloader.py [test] add a few downloader tests 2018-03-25 15:10:25 +02:00
test_extractor.py fix extractor names 2018-04-18 18:12:57 +02:00
test_oauth.py re-implement OAuth1.0 code 2018-05-10 18:47:05 +02:00
test_results.py [pixiv] respect more query parameters for user URLs 2018-05-18 15:36:30 +02:00
test_text.py rename safe_int to parse_int; move parse_* to text module 2018-04-20 14:53:21 +02:00
test_util.py rename safe_int to parse_int; move parse_* to text module 2018-04-20 14:53:21 +02:00