Browse Source

[extractor/minds]

Linter
dirkf 3 years ago
parent
commit
28194bd327
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/minds.py

+ 1 - 1
youtube_dl/extractor/minds.py

@@ -78,7 +78,7 @@ class MindsIE(MindsBaseIE):
             else:
                 return self.url_result(entity['perma_url'])
         else:
-            assert(entity['subtype'] == 'video')
+            assert (entity['subtype'] == 'video')
             video_id = entity_id
         # 1080p and webm formats available only on the sources array
         video = self._call_api(