From 269cf79c5e25b6b3440ad11dee4b0662cdc74221 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 21 Aug 2024 19:48:41 +0200 Subject: docs(yt_dlp/lib): Improve some comments --- src/update/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/update') diff --git a/src/update/mod.rs b/src/update/mod.rs index 23b17f9..bdd6c27 100644 --- a/src/update/mod.rs +++ b/src/update/mod.rs @@ -70,6 +70,8 @@ pub async fn update( ) .lines(); + // We can get away with not having to re-fetch the hashes every time, as the returned video + // should not contain duplicates. let hashes = get_all_hashes(app).await?; while let Some(line) = out.next_line().await? { -- cgit 1.4.1