mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:57:06 -05:00 
			
		
		
		
	[openload] Don't use bare except when removing temp files
This commit is contained in:
		@@ -140,7 +140,7 @@ class PhantomJSwrapper(object):
 | 
			
		||||
        for name in self._TMP_FILE_NAMES:
 | 
			
		||||
            try:
 | 
			
		||||
                os.remove(self._TMP_FILES[name].name)
 | 
			
		||||
            except:
 | 
			
		||||
            except (IOError, OSError):
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
    def _save_cookies(self, url):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user