mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[extractor/wrestleuniverse] Fix cookies support
Closes #7298 Authored by: bashonly
This commit is contained in:
		| @@ -41,7 +41,7 @@ class WrestleUniverseBaseIE(InfoExtractor): | ||||
|             token = try_call(lambda: self._get_cookies('https://www.wrestle-universe.com/')['token'].value) | ||||
|             if not token and not self._REFRESH_TOKEN: | ||||
|                 self.raise_login_required() | ||||
|             self._REAL_TOKEN = token | ||||
|             self._TOKEN = token | ||||
| 
 | ||||
|         if not self._REAL_TOKEN or self._TOKEN_EXPIRY <= int(time.time()): | ||||
|             if not self._REFRESH_TOKEN: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly