projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc5714
)
[arte] Relax unavailability check (closes #14112)
author
Sergey M․
<dstftw@gmail.com>
Mon, 4 Sep 2017 16:08:07 +0000
(23:08 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 4 Sep 2017 16:08:40 +0000
(23:08 +0700)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index 02613cf5d9e86b6c10f49caab28916fae78868dc..5cde90c5b23d1f92a7709c766102bb298e63cadb 100644
(file)
--- a/
youtube_dl/extractor/arte.py
+++ b/
youtube_dl/extractor/arte.py
@@
-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)