[ManyVids] Support new single-page app structure
This commit is contained in:
parent
7135277fec
commit
ee8560d01e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ManyVidsIE(InfoExtractor):
|
|||
real_url = 'https://www.manyvids.com/video/%s/gtm.js' % (video_id, )
|
||||
try:
|
||||
webpage = self._download_webpage(real_url, video_id)
|
||||
except:
|
||||
except Exception:
|
||||
# probably useless fallback
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
|
||||
|
|
Loading…
Reference in a new issue