Merge branch 'j/kodi-safe' of https://github.com/jmbannon/ytdl-sub into j/kodi-safe
This commit is contained in:
commit
8485155634
1 changed files with 2 additions and 2 deletions
|
|
@ -456,7 +456,7 @@ with a ``.nfo`` extension. You can add any values into the NFO.
|
||||||
|
|
||||||
``kodi_safe``
|
``kodi_safe``
|
||||||
|
|
||||||
:expected type: Optional[Boolean]
|
:expected type: OverridesBooleanFormatterValidator
|
||||||
:description:
|
:description:
|
||||||
Defaults to False. Kodi does not support > 3-byte unicode characters, which include
|
Defaults to False. Kodi does not support > 3-byte unicode characters, which include
|
||||||
emojis and some foreign language characters. Setting this to True will replace those
|
emojis and some foreign language characters. Setting this to True will replace those
|
||||||
|
|
@ -554,7 +554,7 @@ Usage:
|
||||||
|
|
||||||
``kodi_safe``
|
``kodi_safe``
|
||||||
|
|
||||||
:expected type: Optional[Boolean]
|
:expected type: OverridesBooleanFormatterValidator
|
||||||
:description:
|
:description:
|
||||||
Defaults to False. Kodi does not support > 3-byte unicode characters, which include
|
Defaults to False. Kodi does not support > 3-byte unicode characters, which include
|
||||||
emojis and some foreign language characters. Setting this to True will replace those
|
emojis and some foreign language characters. Setting this to True will replace those
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue