Update README

This commit is contained in:
HugeFrog24
2026-03-01 13:51:52 +01:00
parent de10d66650
commit f8cdcad5c3

View File

@@ -128,10 +128,11 @@ Lists filenames that map to more than one source URL, with sizes.
### Estimate total download size ### Estimate total download size
```bash ```bash
python total_size.py python total_size.py # read cached sizes and print summary
python total_size.py --write # probe uncached/stale URLs and refresh the cache
``` ```
Fetches `Content-Length` for every video URL in `video_map.json` and prints a size summary. Does not download anything. Reads cached file sizes from `video_map.json` and prints a summary (total, smallest, largest, average). The default mode never hits the network. Use `--write` to probe any missing or stale entries and persist the results.
## Data files ## Data files