mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	 Lesmiscore (Naoya Ozaki)
					Lesmiscore (Naoya Ozaki)
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							1f7db8533a
						
					
				
				
					commit
					81c5f44c0f
				
			| @@ -90,7 +90,7 @@ class FC2IE(InfoExtractor): | ||||
|                 webpage, | ||||
|                 'title', fatal=False) | ||||
|             thumbnail = self._og_search_thumbnail(webpage) | ||||
|             description = self._og_search_description(webpage) | ||||
|             description = self._og_search_description(webpage, default=None) | ||||
|  | ||||
|         vidplaylist = self._download_json( | ||||
|             'https://video.fc2.com/api/v3/videoplaylist/%s?sh=1&fs=0' % video_id, video_id, | ||||
| @@ -105,6 +105,7 @@ class FC2IE(InfoExtractor): | ||||
|             'title': title, | ||||
|             'url': vid_url, | ||||
|             'ext': 'mp4', | ||||
|             'protocol': 'm3u8_native', | ||||
|             'description': description, | ||||
|             'thumbnail': thumbnail, | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user