mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[docs] Improve embedding docs and other minor fixes
This commit is contained in:
		| @@ -105,6 +105,7 @@ class KakaoIE(InfoExtractor): | ||||
|                     resp = self._parse_json(e.cause.read().decode(), video_id) | ||||
|                     if resp.get('code') == 'GeoBlocked': | ||||
|                         self.raise_geo_restricted() | ||||
|                 raise | ||||
| 
 | ||||
|             fmt_url = traverse_obj(fmt_url_json, ('videoLocation', 'url')) | ||||
|             if not fmt_url: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan