Skip to content

Commit c4e8f9f

Browse files
committed
changed default FILTER_LIST value
1 parent 4157395 commit c4e8f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ YOUTUBE_API_KEY=
2525
# Assign a custom path to yt-dlp
2626
# YTDLP_PATH=
2727
# Keywords to ignore on videos downloaded by youtube (separated by only commas)
28-
# FILTER_LIST="live,remix,instrumental"
28+
# FILTER_LIST="live,remix,instrumental,extended"
2929
# Library in Emby/Jellyfin/Plex to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
3030
# PS! When defining a pre-made library make sure that it doesn't overwrite file metadata.
3131
# LIBRARY_NAME=

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type Youtube struct {
6565
Separator string `env:"FILENAME_SEPARATOR" env-default:" "`
6666
FfmpegPath string `env:"FFMPEG_PATH"`
6767
YtdlpPath string `env:"YTDLP_PATH"`
68-
FilterList []string `env:"FILTER_LIST" env-default:"live,remix,instrumental"`
68+
FilterList []string `env:"FILTER_LIST" env-default:"live,remix,instrumental,extended"`
6969
}
7070
type Listenbrainz struct {
7171
Discovery string `env:"LISTENBRAINZ_DISCOVERY" env-default:"playlist"`

0 commit comments

Comments
 (0)