1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

Fix some typos and linter

This commit is contained in:
pukkandan
2021-04-01 14:16:10 +05:30
parent f4e4be19f0
commit b050d210df
6 changed files with 13 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ from .common import InfoExtractor, SearchInfoExtractor
from ..compat import (
compat_chr,
compat_HTTPError,
compat_kwargs,
compat_parse_qs,
compat_str,
compat_urllib_parse_unquote_plus,