From fceac97033524be94183064dfa6ca9677e818cba Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Fri, 24 Jul 2026 14:02:12 +0300 Subject: [PATCH] docs: cache-bust screenshot embed so the refreshed GIF shows The README image URL was unchanged, so GitHub's Camo image proxy kept serving the old cached GIF. Add ?v=2 to change the cache key and force a re-fetch of the new screenshot. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d82047..b5e366e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Key capabilities: * Download playlists and channels, with configurable output and download options. * [Subscribe](https://github.com/alexta69/metube/wiki/Subscriptions) to channels and playlists, periodically check for new items, and queue new uploads automatically. -![screenshot1](https://github.com/alexta69/metube/raw/master/screenshot.gif) +![screenshot1](https://github.com/alexta69/metube/raw/master/screenshot.gif?v=2) ## 🐳 Run using Docker