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