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... -----------------------