diff options
author | EuAndreh <eu@euandre.org> | 2022-10-22 13:00:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-22 13:00:55 -0300 |
commit | 1a65aa8dc42ca84927981ec59349b1647689be10 (patch) | |
tree | eab626b0f7661c98d9e6031db09c625e04bf47ca /bin/yt | |
parent | etc/sh/rc: Remove rreload (diff) | |
download | dotfiles-1a65aa8dc42ca84927981ec59349b1647689be10.tar.gz dotfiles-1a65aa8dc42ca84927981ec59349b1647689be10.tar.xz |
bin/yt: Move path to "seen.txt" file
Diffstat (limited to 'bin/yt')
-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 |