mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Updated to release 2020.11.21.1
This commit is contained in:
		| @@ -64,7 +64,7 @@ class KUSIIE(InfoExtractor): | ||||
|         duration = float_or_none(xpath_text(doc, 'DURATION'), scale=1000) | ||||
|         description = xpath_text(doc, 'ABSTRACT') | ||||
|         thumbnail = xpath_text(doc, './THUMBNAILIMAGE/FILENAME') | ||||
|         createtion_time = timeconvert(xpath_text(doc, 'rfc822creationdate')) | ||||
|         creation_time = timeconvert(xpath_text(doc, 'rfc822creationdate')) | ||||
|  | ||||
|         quality_options = doc.find('{http://search.yahoo.com/mrss/}group').findall('{http://search.yahoo.com/mrss/}content') | ||||
|         formats = [] | ||||
| @@ -84,5 +84,5 @@ class KUSIIE(InfoExtractor): | ||||
|             'duration': duration, | ||||
|             'formats': formats, | ||||
|             'thumbnail': thumbnail, | ||||
|             'timestamp': createtion_time, | ||||
|             'timestamp': creation_time, | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan