1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

Release 2021.03.24

This commit is contained in:
pukkandan
2021-03-25 04:18:37 +05:30
parent 1418a0437f
commit a3affbe6a0
5 changed files with 18 additions and 5 deletions

View File

@ -4,7 +4,6 @@ import re
from .common import PostProcessor
from ..compat import compat_str
from ..utils import str_or_none
class MetadataFromFieldPP(PostProcessor):