6 lines
102 B
Python
6 lines
102 B
Python
|
from yt_dlp.postprocessor.common import PostProcessor
|
||
|
|
||
|
|
||
|
class NormalPluginPP(PostProcessor):
|
||
|
pass
|