jfc
This commit is contained in:
parent
f164e5ec33
commit
5be62adc6b
1 changed files with 6 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ There are several solutions using ytdl-sub's scripting capabilities to override
|
||||||
|
|
||||||
"~Nova PBS":
|
"~Nova PBS":
|
||||||
url: "https://www.youtube.com/@novapbs"
|
url: "https://www.youtube.com/@novapbs"
|
||||||
episode_title: >-
|
captured_episode_title: >-
|
||||||
{
|
{
|
||||||
%regex_capture_many(
|
%regex_capture_many(
|
||||||
title,
|
title,
|
||||||
|
|
@ -129,10 +129,13 @@ There are several solutions using ytdl-sub's scripting capabilities to override
|
||||||
[ title ]
|
[ title ]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
episode_title: >-
|
||||||
|
{ %array_at( captured_episode_title, 1 ) }
|
||||||
|
|
||||||
There is no single solution to this problem - it will vary case-by-case. See
|
There is no single solution to this problem - it will vary case-by-case. See
|
||||||
the full suite of scripting functions
|
our full suite of
|
||||||
:ref:`here <config_reference/scripting/scripting_functions:Scripting Functions>`.
|
:ref:`scripting functions <config_reference/scripting/scripting_functions:Scripting Functions>`
|
||||||
|
to create your own clever scraping mechanisms.
|
||||||
|
|
||||||
There is a bug where...
|
There is a bug where...
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue