Added yt-dlp options for year formatting (#188)

This commit is contained in:
Kieran
2024-04-16 16:54:55 -07:00
committed by GitHub
parent b2e5e9b880
commit 4721957875
2 changed files with 9 additions and 2 deletions
@@ -55,6 +55,7 @@ defmodule Pinchflat.Downloading.DownloadOptionBuilderTest do
assert :no_progress in res
assert :windows_filenames in res
assert :force_overwrites in res
assert {:parse_metadata, "%(upload_date>%Y-%m-%d)s:(?P<meta_date>.+)"} in res
end
end