[arte] Relax unavailability check (closes #14112)
This commit is contained in:
parent
efc57145c1
commit
6348671c4a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ArteTVBaseIE(InfoExtractor):
|
|||
|
||||
vsr = player_info['VSR']
|
||||
|
||||
if not vsr and not player_info.get('VRU'):
|
||||
if not vsr:
|
||||
raise ExtractorError(
|
||||
'Video %s is not available' % player_info.get('VID') or video_id,
|
||||
expected=True)
|
||||
|
|
Loading…
Reference in a new issue