mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com> Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: Arthurszzz <minecraftgamerarthur@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz> Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
		| @@ -121,7 +121,7 @@ def _extract_firefox_cookies(profile, container, logger): | ||||
|     logger.info('Extracting cookies from firefox') | ||||
|     if not sqlite3: | ||||
|         logger.warning('Cannot extract cookies from firefox without sqlite3 support. ' | ||||
|                        'Please use a python interpreter compiled with sqlite3 support') | ||||
|                        'Please use a Python interpreter compiled with sqlite3 support') | ||||
|         return YoutubeDLCookieJar() | ||||
| 
 | ||||
|     if profile is None: | ||||
| @@ -264,7 +264,7 @@ def _extract_chrome_cookies(browser_name, profile, keyring, logger): | ||||
| 
 | ||||
|     if not sqlite3: | ||||
|         logger.warning(f'Cannot extract cookies from {browser_name} without sqlite3 support. ' | ||||
|                        'Please use a python interpreter compiled with sqlite3 support') | ||||
|                        'Please use a Python interpreter compiled with sqlite3 support') | ||||
|         return YoutubeDLCookieJar() | ||||
| 
 | ||||
|     config = _get_chromium_based_browser_settings(browser_name) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan