Browse Source

[ManyVids] Support new single-page app structure

dirkf 2 years ago
parent
commit
ee8560d01e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/manyvids.py

+ 1 - 1
youtube_dl/extractor/manyvids.py

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