summary refs log tree commit diff
path: root/.config/mvi/script-opts/gallery_worker.conf
blob: 499d25eac3054e7a967e07ee3ef4986a8d3abbd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# accepts a |-separated list of URL patterns which gallery.lua should thumbnail using youtube-dl.
# The patterns are matched after the http(s):// part of the URL.
#^ matches the beginning of the URL, $ matches its end, and you should use % before any of the characters ^$()%|,.[]*+-? to match that character.
#
#Examples
#  will exclude any URL that starts with http://youtube.com or https://youtube.com:
#     ytdl_exclude=^youtube%.com
#  will exclude any URL that ends with .mkv or .mp4:
#     ytdl_exclude=%.mkv$|%.mp4$
#  See more lua patterns here: https://www.lua.org/manual/5.1/manual.html#5.4.1
#
#See also: ytdl_hook-exclude in mpv's manpage.
ytdl_exclude=