docs(sphinx): Address inline literal warning
Addresses:
./docs/source/config_reference/plugins.rst:848: WARNING: Inline literal start-string
without end-string. [docutils]
This commit is contained in:
parent
19e68f7cac
commit
968a470f1a
2 changed files with 10 additions and 8 deletions
|
|
@ -852,10 +852,11 @@ for representing audio albums.
|
||||||
|
|
||||||
static_nfo_tags
|
static_nfo_tags
|
||||||
---------------
|
---------------
|
||||||
Adds an NFO file for every entry, but does not link it to an entry in the download archive.
|
Adds an NFO file for every entry, but does not link it to an entry in the download
|
||||||
This is intended to produce ``season.nfo``s in each season directory. Each entry within a
|
archive. This is intended to produce ``season.nfo`` files in each season
|
||||||
season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub,
|
directory. Each entry within a season will overwrite this file with its season
|
||||||
this file will remain since it's not linked.
|
name. If the entry gets deleted from ytdl-sub, this file will remain since it's not
|
||||||
|
linked.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,11 @@ from ytdl_sub.validators.string_formatter_validators import StringFormatterValid
|
||||||
|
|
||||||
class StaticNfoTagsOptions(SharedNfoTagsOptions):
|
class StaticNfoTagsOptions(SharedNfoTagsOptions):
|
||||||
"""
|
"""
|
||||||
Adds an NFO file for every entry, but does not link it to an entry in the download archive.
|
Adds an NFO file for every entry, but does not link it to an entry in the download
|
||||||
This is intended to produce ``season.nfo``s in each season directory. Each entry within a
|
archive. This is intended to produce ``season.nfo`` files in each season
|
||||||
season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub,
|
directory. Each entry within a season will overwrite this file with its season
|
||||||
this file will remain since it's not linked.
|
name. If the entry gets deleted from ytdl-sub, this file will remain since it's not
|
||||||
|
linked.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue