mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
[cleanup] Misc
This commit is contained in:
parent
31e183557f
commit
5b28cef72d
16 changed files with 212 additions and 203 deletions
|
|
@ -3527,7 +3527,7 @@ class InfoExtractor:
|
|||
desc = ''
|
||||
if cls._NETRC_MACHINE:
|
||||
if markdown:
|
||||
desc += f' [<abbr title="netrc machine"><em>{cls._NETRC_MACHINE}</em></abbr>]'
|
||||
desc += f' [*{cls._NETRC_MACHINE}*](## "netrc machine")'
|
||||
else:
|
||||
desc += f' [{cls._NETRC_MACHINE}]'
|
||||
if cls.IE_DESC is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue