mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -58,7 +58,7 @@ class TenPlayIE(InfoExtractor): | ||||
|             'email': username, | ||||
|             'password': password, | ||||
|         })) | ||||
|         return "Bearer " + data['jwt']['accessToken'] | ||||
|         return 'Bearer ' + data['jwt']['accessToken'] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|         content_id = self._match_id(url) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan