mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-05 20:41:47 -07:00
Add compat_map/filter and use the former
This commit is contained in:
parent
39ca35e765
commit
5f5de51a49
2 changed files with 22 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue