mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-28 22:24:34 +01:00
6 lines
102 B
Python
6 lines
102 B
Python
|
from yt_dlp.postprocessor.common import PostProcessor
|
||
|
|
||
|
|
||
|
class NormalPluginPP(PostProcessor):
|
||
|
pass
|