[ManyVids] Support new single-page app structure

This commit is contained in:
dirkf 2022-10-13 02:42:49 +00:00 committed by GitHub
parent 7135277fec
commit ee8560d01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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