Mikubill / pixivpy-async

Pure Python 3 Async Pixiv API
The Unlicense
149 stars 18 forks source link

Add bookmarks filter in aapi.search_illusts #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

A few times ago I needed this filter, but aapi hasn't this filter. So I did this for anyone who needs it. Anyone can use aapi.search_illusts without filter, for disable filter need just don't type min_bookmarks or max_bookmarks in aapi.search_illusts P.s. Sorry for my English level)

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2c7d450). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage          ?   87.17%           
=========================================
  Files             ?        9           
  Lines             ?      546           
  Branches          ?        0           
=========================================
  Hits              ?      476           
  Misses            ?       70           
  Partials          ?        0           
Impacted Files Coverage Δ
pixivpy_async/aapi.py 83.83% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c7d450...6f1d6af. Read the comment docs.

Mikubill commented 4 years ago

Merged, thanks.