1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-01-02 13:15:40 +00: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 = {}