diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-09-30 02:23:33 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-09-30 03:32:46 +0530 |
commit | 3ae5e7977439193519c0ea62eba3aa3111c5571b (patch) | |
tree | b0ddc209e5baec86908fec6d6bddcbc6e385a062 /ytdlp_plugins/extractor/sample.py | |
parent | 8e3fd7e034cdd54972d13394821cd9e55e1c3735 (diff) | |
download | hypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.tar.lz hypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.tar.xz hypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.zip |
[postprocessor] Add plugin support
Adds option `--use-postprocessor` to enable them
Diffstat (limited to 'ytdlp_plugins/extractor/sample.py')
-rw-r--r-- | ytdlp_plugins/extractor/sample.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ytdlp_plugins/extractor/sample.py b/ytdlp_plugins/extractor/sample.py index 99a384140..986e5bb22 100644 --- a/ytdlp_plugins/extractor/sample.py +++ b/ytdlp_plugins/extractor/sample.py @@ -1,7 +1,5 @@ # coding: utf-8 -from __future__ import unicode_literals - # ⚠ Don't use relative imports from yt_dlp.extractor.common import InfoExtractor |