Metadata-Version: 2.1
Name: web-2-album
Version: 0.0.65
Summary: Return photo list and caption (markdown format) from web.
Home-page: https://github.com/gaoyunzhi/web_2_album
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# web_2_album

Return photo list and caption (markdown format) from web.

## usage

```
import web_2_album
result = web_2_album.get(url)
result.imgs
result.video
result.cap

```

### Optional param
- force_cache

## how to install

`pip3 install web_2_album`

