mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-08 18:03:43 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
from yt_dlp.postprocessor.common import PostProcessor
|
|
|
|
|
|
class NormalPluginPP(PostProcessor):
|
|
REPLACED = False
|