Metadata-Version: 2.1
Name: totalsize
Version: 0.6.0
Summary: Totalsize uses yt-dlp to calculate total size of all videos in a playlist
Author-email: theychx <theychx@fastmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Requires-Dist: yt-dlp >=2022.5.18
Project-URL: Home, https://github.com/theychx/totalsize

# totalsize
Script that uses yt-dlp to calculate total size of all videos in a playlist (also works with single videos).
# Installation

```
pip3 install totalsize
```
Totalsize requires python 3.6+.
# Usage

```
totalsize [-h] [-f FORMAT_FILTER] [-m] [-r NUM] [-c FILE] [--media]
          [--size] [--duration] [--views] [--likes] [--dislikes]
          [--percentage] [--cookies FILE]
          URL
```
See https://github.com/yt-dlp/yt-dlp#format-selection for details on formats.

Specify the `-m` option for additional info on each video.

When specifying any of the raw data options, data will always be printed in this order:

*media*, *size*, *duration*, *views*, *likes*, *dislikes*, *percentage*

