Metadata-Version: 2.1
Name: dcimglib
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/riemannulus/dcimglib
Author: Lee, Suho
Author-email: suho.love@hitagi.moe
License: MIT
Keywords: DCinside
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22.0)

## DCimglib

### usage
```python
import dcimglib

dw = dcimglib.downloader('gall_url')
dw.download('download_url', 'file_path')
```




