Metadata-Version: 2.4
Name: mediaferry
Version: 0.2.1
Summary: yt-dlp download management tool
License-File: LICENSE
Author: DigitalDragon
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: dataclasses-json
Requires-Dist: humanize
Requires-Dist: internetarchive (>=5.0.3)
Requires-Dist: yt-dlp
Project-URL: Repository, https://github.com/DigitalDwagon/MediaFerry
Description-Content-Type: text/markdown

mediaferry is a simple CLI interface to download videos with yt-dlp in a consistent format that can be later uploaded to the Internet Archive with a tool like `dartboard`


```
usage: mediaferry [-h] [--verbose] [--force] [--metadata METADATA] [--cookies COOKIES] url

MediaFerry

positional arguments:
  url                  URL of the media to download

options:
  -h, --help           show this help message and exit
  --verbose            Enable verbose output
  --force              Force download even if an archive.org item already exists
  --metadata METADATA  Add metadata as key:value pairs
  --cookies COOKIES    Path to a cookies.txt file to use for downloading
```
