logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: ee8560d01eec511587f8207c3d84219ec620a9a6
parent 7135277fec497bd7649c31087aba52daa7897484
Author: dirkf <fieldhouse@gmx.net>
Date:   Thu, 13 Oct 2022 02:42:49 +0000

[ManyVids] Support new single-page app structure

Diffstat:

Myoutube_dl/extractor/manyvids.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/manyvids.py b/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)