mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-29 06:17:25 +02:00
[cleanup] Misc
This commit is contained in:
parent
fa44802809
commit
337734d4a8
10 changed files with 13 additions and 13 deletions
|
@ -55,6 +55,7 @@ class CommitGroup(enum.Enum):
|
|||
'dependencies',
|
||||
'jsinterp',
|
||||
'outtmpl',
|
||||
'formats',
|
||||
'plugins',
|
||||
'update',
|
||||
'upstream',
|
||||
|
@ -68,9 +69,9 @@ class CommitGroup(enum.Enum):
|
|||
'misc',
|
||||
'test',
|
||||
},
|
||||
cls.EXTRACTOR: {'extractor'},
|
||||
cls.DOWNLOADER: {'downloader'},
|
||||
cls.POSTPROCESSOR: {'postprocessor'},
|
||||
cls.EXTRACTOR: {'extractor', 'ie'},
|
||||
cls.DOWNLOADER: {'downloader', 'fd'},
|
||||
cls.POSTPROCESSOR: {'postprocessor', 'pp'},
|
||||
}.items()
|
||||
for name in names
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue