summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/lecture2go.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/lecture2go.py')
-rw-r--r--yt_dlp/extractor/lecture2go.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/lecture2go.py b/yt_dlp/extractor/lecture2go.py
index 1a3ada1..6157f3d 100644
--- a/yt_dlp/extractor/lecture2go.py
+++ b/yt_dlp/extractor/lecture2go.py
@@ -25,7 +25,7 @@ class Lecture2GoIE(InfoExtractor):
'params': {
# m3u8 download
'skip_download': True,
- }
+ },
}
def _real_extract(self, url):