1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-29 00:39:29 +01:00

[soundcloud] flake8

This commit is contained in:
Unknown 2020-09-12 01:17:16 +02:00
parent 169bd46bdc
commit 4ae68091bb

View File

@ -311,7 +311,7 @@ class VikiIE(VikiBaseIE):
stream_ids = []
for f in formats:
s_id = f.get('stream_id')
if s_id != None:
if s_id is not None:
stream_ids.append(s_id)
subtitles = {}