[ie/youtube] Check newly uploaded iOS HLS formats (#8336)
Closes #7747 Authored by: bashonly
This commit is contained in:
parent
39abae2354
commit
ef79d20dc9
2 changed files with 9 additions and 1 deletions
|
|
@ -2338,7 +2338,7 @@ class YoutubeDL:
|
|||
return
|
||||
|
||||
for f in formats:
|
||||
if f.get('has_drm'):
|
||||
if f.get('has_drm') or f.get('__needs_testing'):
|
||||
yield from self._check_formats([f])
|
||||
else:
|
||||
yield f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue