mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 09:43:32 +00:00 
			
		
		
		
	[openload] Fix _load_cookies for python 2.6
This commit is contained in:
		
							parent
							
								
									4c54b89e03
								
							
						
					
					
						commit
						011da618bd
					
				| @ -8,7 +8,10 @@ import subprocess | ||||
| import tempfile | ||||
| 
 | ||||
| from .common import InfoExtractor | ||||
| from ..compat import compat_urlparse | ||||
| from ..compat import ( | ||||
|     compat_urlparse, | ||||
|     compat_kwargs, | ||||
| ) | ||||
| from ..utils import ( | ||||
|     check_executable, | ||||
|     determine_ext, | ||||
| @ -158,7 +161,7 @@ class PhantomJSwrapper(object): | ||||
|                 cookie['rest'] = {'httpOnly': None} | ||||
|             if 'expiry' in cookie: | ||||
|                 cookie['expire_time'] = cookie['expiry'] | ||||
|             self.extractor._set_cookie(**cookie) | ||||
|             self.extractor._set_cookie(**compat_kwargs(cookie)) | ||||
| 
 | ||||
|     def get(self, url, html=None, video_id=None, note=None, note2='Executing JS on webpage', headers={}, jscode='saveAndExit();'): | ||||
|         """ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․