aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/youtube.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-04-01 14:16:10 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-04-01 14:16:10 +0530
commitb050d210dfd6f1a9d0e56820c81aa0eec924e2eb (patch)
tree7fea011a3500044b4d967926bf1a5515a06f9031 /yt_dlp/extractor/youtube.py
parentf4e4be19f07037507d1694ae0e68e15ff702bf3c (diff)
downloadhypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.tar.lz
hypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.tar.xz
hypervideo-pre-b050d210dfd6f1a9d0e56820c81aa0eec924e2eb.zip
Fix some typos and linter
Diffstat (limited to 'yt_dlp/extractor/youtube.py')
-rw-r--r--yt_dlp/extractor/youtube.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py
index e2f504ed9..794f51bb6 100644
--- a/yt_dlp/extractor/youtube.py
+++ b/yt_dlp/extractor/youtube.py
@@ -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,