Add compat_map/filter and use the former

This commit is contained in:
df 2021-11-01 13:34:29 +00:00 committed by dirkf
parent 39ca35e765
commit 5f5de51a49
2 changed files with 22 additions and 0 deletions

View file

@ -13,6 +13,7 @@ from .common import InfoExtractor, SearchInfoExtractor
from ..compat import (
compat_chr,
compat_HTTPError,
compat_map as map,
compat_parse_qs,
compat_str,
compat_urllib_parse_unquote_plus,