diff options
| author | EuAndreh <eu@euandre.org> | 2018-06-02 12:14:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-06-02 12:14:30 -0300 |
| commit | 89069eb8555d21329ee12aa804aa9f1229bd3b1f (patch) | |
| tree | 142a9ee9de9f2efe681f544ff5140c00cf44c461 /bash | |
| parent | Update configuration.nix system.nixos.stateVersion (diff) | |
| download | dotfiles-89069eb8555d21329ee12aa804aa9f1229bd3b1f.tar.gz dotfiles-89069eb8555d21329ee12aa804aa9f1229bd3b1f.tar.xz | |
Change yt-dl archive file
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/youtube.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/youtube.sh b/bash/youtube.sh index b64300d..7555363 100644 --- a/bash/youtube.sh +++ b/bash/youtube.sh @@ -4,7 +4,7 @@ export DEFAULT_PLAYLIST_END=15 download() { youtube-dl "$1" \ - --download-archive ~/annex/txt/youtube-dl-seen.conf \ + --download-archive ~/Nextcloud/youtube-dl-seen.conf \ --prefer-free-formats \ --playlist-end $2 \ --output "~/Downloads/yt-dl/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s" |
