Metadata-Version: 2.1
Name: b-roller
Version: 1.2.0
Summary: Download resources from several sources across the web
License: MIT
Author: Antonio Feregrino
Author-email: antonio.feregrino@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ffmpeg-python (>=0.2.0,<0.3.0)
Requires-Dist: python-slugify
Requires-Dist: pytube
Requires-Dist: requests
Requires-Dist: typer
Description-Content-Type: text/markdown

# B-Roller

Download B-roll footage from YouTube **for fair use purposes**.

## Usage

### Download from YouTube

```
broll yt [OPTIONS] URL [START] [END]

  Download content from YouTube

Arguments:
  URL      A video id or a YouTube short/long url  [required]
  [START]  The desired start of the video in seconds or the format 00:00:00
  [END]    The desired end of the video in seconds or the format 00:00:00
```

For example:

```shell
broll yt "https://www.youtube.com/watch?v=QFLiIU8g-R0" 00:10 00:17
```

