From 2418176e03314124965389db55bf1897d6641a1b Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 6 Jun 2025 10:33:11 -0700 Subject: [PATCH] more formatting --- docs/source/faq/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq/index.rst b/docs/source/faq/index.rst index ac13da5f..9afa3434 100644 --- a/docs/source/faq/index.rst +++ b/docs/source/faq/index.rst @@ -103,7 +103,7 @@ There are several solutions using ytdl-sub's scripting capabilities to set url: "https://www.youtube.com/@novapbs" episode_title: >- { - %replace(title, "NOVA PBS - ", "") + %replace( title, "NOVA PBS - ", "" ) } .. code-block:: yaml