[openload] Add required version

This commit is contained in:
Tithen-Firion 2017-04-29 12:41:57 +02:00
parent 98f9d87381
commit 7552f96352
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class OpenloadIE(InfoExtractor):
if 'File not found' in webpage or 'deleted by the owner' in webpage:
raise ExtractorError('File not found', expected=True, video_id=video_id)
phantom = PhantomJSwrapper(self)
phantom = PhantomJSwrapper(self, required_version='2.0')
webpage, _ = phantom.get(url, html=webpage, video_id=video_id, headers=headers)
decoded_id = get_element_by_id('streamurl', webpage)