mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 00:55:07 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
|
from yt_dlp.postprocessor.common import PostProcessor
|
||
|
|
||
|
|
||
|
class NormalPluginPP(PostProcessor):
|
||
|
pass
|