Metadata-Version: 2.1
Name: pirsa-dl
Version: 1.0.0
Summary: Simple downloader to get individual videos and collections from pirsa.org in python
Home-page: https://github.com/rshrj/pirsa-dl
Author: Rishi Raj
Author-email: rishiraj.1012exp@gmail.com
License: MIT
Download-URL: https://github.com/rshrj/pirsa-dl/releases/download/v1.0.0-alpha/pirsa-dl-1.0.0.tar.gz
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.2
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.25.1)
Requires-Dist: tqdm (==4.55.2)
Requires-Dist: lxml (==4.6.2)

# pirsa-dl

Simple downloader to get individual videos and collections from pirsa.org in python

```
usage: pirsa-dl.py [-h] ID

Simple downloader to get individual videos and collections from pirsa.org in python

positional arguments:
  ID          A video ID or collection ID (starting with a C) from pirsa.org

optional arguments:
  -h, --help  show this help message and exit
```


