Skip to content

Commit e31a4ce

Browse files
committed
Bump version to 3.3.6
1 parent 841d959 commit e31a4ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PixivPy [![Build Status](https://travis-ci.org/upbit/pixivpy.svg)](https://travi
22
======
33
_Pixiv API for Python (with Auth supported)_
44

5+
* [2019/04/27] Support hosts proxy for AppAPI, which can use behind the Great Wall (See [example_api_proxy.py](https://github.com/upbit/pixivpy/blob/master/example_api_proxy.py))
56
* [2017/04/18] Fix encoder BUG for `illust_bookmark_add()/illust_bookmark_delete()` params (thanks [naplings](https://github.com/naplings))
67
* [2017/01/05] Add `PixivAPI().works()` liked API `illust_detail()` for App-API (thanks [Mapaler](https://github.com/Mapaler)), release v3.3
78
* [2016/12/17] Fixed encoding BUG for Public-API, see #26 (thanks [Xdynix](https://github.com/Xdynix))
@@ -55,6 +56,7 @@ for illust in json_result.illusts:
5556
### [Sniffer - Public API](https://github.com/upbit/pixivpy/wiki/sniffer)
5657

5758
### [Using AppPixivAPI() to download illusts (without auth)](https://github.com/upbit/pixivpy/blob/master/download_illusts.py#L24)
59+
### [Using API proxy behind the Great Wall](https://github.com/upbit/pixivpy/blob/master/example_api_proxy.py#L33) `See detail in [Issue#73](https://github.com/upbit/pixivpy/issues/73)`
5860

5961
1. Upgrade pixivpy >= **v3.2.0**: `pip install pixivpy --upgrade`
6062
2. Call `api.download()` like the below:

pixivpy3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Pixiv API library
33
"""
4-
__version__ = '3.3.5'
4+
__version__ = '3.3.6'
55

66
from .papi import PixivAPI
77
from .aapi import AppPixivAPI

0 commit comments

Comments
 (0)