From 5be62adc6b043f2e52c3877b8e039e44ffd25053 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 6 Jun 2025 10:57:23 -0700 Subject: [PATCH] jfc --- docs/source/faq/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/faq/index.rst b/docs/source/faq/index.rst index 1d7b4df7..55892d1d 100644 --- a/docs/source/faq/index.rst +++ b/docs/source/faq/index.rst @@ -121,7 +121,7 @@ There are several solutions using ytdl-sub's scripting capabilities to override "~Nova PBS": url: "https://www.youtube.com/@novapbs" - episode_title: >- + captured_episode_title: >- { %regex_capture_many( title, @@ -129,10 +129,13 @@ There are several solutions using ytdl-sub's scripting capabilities to override [ title ] ) } + episode_title: >- + { %array_at( captured_episode_title, 1 ) } There is no single solution to this problem - it will vary case-by-case. See -the full suite of scripting functions -:ref:`here `. +our full suite of +:ref:`scripting functions ` +to create your own clever scraping mechanisms. There is a bug where... -----------------------