[ard] ARDBetaMediathek: don't abort when geoblocked
This doesn't work since the flag is always present as long as the video is geoblocked in any country.
This commit is contained in:
parent
1135a30970
commit
18dda9e7b4
@ -322,9 +322,6 @@ class ARDBetaMediathekIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
formats = []
|
formats = []
|
||||||
for widget in data.values():
|
for widget in data.values():
|
||||||
if widget.get('_geoblocked'):
|
|
||||||
raise ExtractorError('This video is not available due to geoblocking', expected=True)
|
|
||||||
|
|
||||||
if '_duration' in widget:
|
if '_duration' in widget:
|
||||||
res['duration'] = widget['_duration']
|
res['duration'] = widget['_duration']
|
||||||
if 'clipTitle' in widget:
|
if 'clipTitle' in widget:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user