diff options
-rwxr-xr-x | bin/yt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |