aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/generic.py
diff options
context:
space:
mode:
authorcrazymoose77756 <52980616+crazymoose77756@users.noreply.github.com>2022-06-26 20:50:06 -0400
committerGitHub <noreply@github.com>2022-06-26 17:50:06 -0700
commit962ffcf89c8d935410391fbea3580688aafe76d7 (patch)
tree407eae3e594fd623cf390a0d604389db86863d79 /yt_dlp/extractor/generic.py
parent8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff)
[cleanup] Fix some typos (#4194)
Authored by: crazymoose77756
Diffstat (limited to 'yt_dlp/extractor/generic.py')
-rw-r--r--yt_dlp/extractor/generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/generic.py b/yt_dlp/extractor/generic.py
index c2f754453..49f81e562 100644
--- a/yt_dlp/extractor/generic.py
+++ b/yt_dlp/extractor/generic.py
@@ -142,7 +142,7 @@ class GenericIE(InfoExtractor):
IE_DESC = 'Generic downloader that works on some sites'
_VALID_URL = r'.*'
IE_NAME = 'generic'
- _NETRC_MACHINE = False # Supress username warning
+ _NETRC_MACHINE = False # Suppress username warning
_TESTS = [
# Direct link to a video
{