From 1a65aa8dc42ca84927981ec59349b1647689be10 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Oct 2022 13:00:55 -0300 Subject: bin/yt: Move path to "seen.txt" file --- bin/yt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/yt b/bin/yt index d0ff37e..9aed64f 100755 --- a/bin/yt +++ b/bin/yt @@ -97,7 +97,7 @@ YT_TEMPLATE="$HOME/Downloads/yt-dl/%(uploader)s/%(upload_date)s %(title)s.%(ext) EXTRA_OPTIONS='' if [ -z "${FORCE:-}" ]; then - EXTRA_OPTIONS="--download-archive $HOME/Downloads/yt-dl/seen.txt" + EXTRA_OPTIONS="--download-archive $HOME/Documents/yt-dl-seen.txt" fi # The value of $EXTRA_OPTIONS doesn't depend on user input, and can't contain -- cgit v1.2.3