From f8cdcad5c32140f122453362f2c616a68b16317c Mon Sep 17 00:00:00 2001 From: HugeFrog24 <62775760+HugeFrog24@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:51:52 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b5c598..2c5e509 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,11 @@ Lists filenames that map to more than one source URL, with sizes. ### Estimate total download size ```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