diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-25 04:18:37 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-25 04:18:37 +0530 |
commit | a3affbe6a00a16f84daad3c228306bd9ff7ed103 (patch) | |
tree | e05cbcc390d74c67e8d6c12cea68e37ba2d18e74 /yt_dlp/postprocessor/metadatafromfield.py | |
parent | 1418a0437ffeb3cdfbc7823200b5a89ba20584b5 (diff) | |
download | hypervideo-pre-a3affbe6a00a16f84daad3c228306bd9ff7ed103.tar.lz hypervideo-pre-a3affbe6a00a16f84daad3c228306bd9ff7ed103.tar.xz hypervideo-pre-a3affbe6a00a16f84daad3c228306bd9ff7ed103.zip |
Release 2021.03.24
Diffstat (limited to 'yt_dlp/postprocessor/metadatafromfield.py')
-rw-r--r-- | yt_dlp/postprocessor/metadatafromfield.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/postprocessor/metadatafromfield.py b/yt_dlp/postprocessor/metadatafromfield.py index e67e591e1..636199214 100644 --- a/yt_dlp/postprocessor/metadatafromfield.py +++ b/yt_dlp/postprocessor/metadatafromfield.py @@ -4,7 +4,6 @@ import re from .common import PostProcessor from ..compat import compat_str -from ..utils import str_or_none class MetadataFromFieldPP(PostProcessor): |