mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-05 08:46:37 +01:00
5 lines
114 B
Python
5 lines
114 B
Python
from yt_dlp.postprocessor.common import PostProcessor
|
|
|
|
|
|
class NormalPluginPP(PostProcessor):
|
|
REPLACED = False
|