summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/slideslive.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/slideslive.py')
-rw-r--r--yt_dlp/extractor/slideslive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/slideslive.py b/yt_dlp/extractor/slideslive.py
index a1328de..e684ac7 100644
--- a/yt_dlp/extractor/slideslive.py
+++ b/yt_dlp/extractor/slideslive.py
@@ -532,7 +532,7 @@ class SlidesLiveIE(InfoExtractor):
}, note='Downloading video slides info', errnote='Failed to download video slides info') or {}
for slide_id, slide in enumerate(traverse_obj(slides, ('slides', ...)), 1):
- if not traverse_obj(slide, ('video', 'service')) == 'yoda':
+ if traverse_obj(slide, ('video', 'service')) != 'yoda':
continue
video_path = traverse_obj(slide, ('video', 'id'))
cdn_hostname = traverse_obj(service_data, (