mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[cleanup] Misc
This commit is contained in:
parent
daef791100
commit
31b532a1f2
6 changed files with 20 additions and 20 deletions
|
|
@ -76,7 +76,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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue