[arte] Relax unavailability check (closes #14112)

This commit is contained in:
Sergey M․ 2017-09-04 23:08:07 +07:00
parent efc57145c1
commit 6348671c4a
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

@ -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)