mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Fix W504 and disable W503 (closes #20863)
This commit is contained in:
		| @@ -82,8 +82,8 @@ class ExpressenIE(InfoExtractor): | ||||
|         title = info.get('titleRaw') or data['title'] | ||||
|         description = info.get('descriptionRaw') | ||||
|         thumbnail = info.get('socialMediaImage') or data.get('image') | ||||
|         duration = int_or_none(info.get('videoTotalSecondsDuration') or | ||||
|                                data.get('totalSecondsDuration')) | ||||
|         duration = int_or_none(info.get('videoTotalSecondsDuration') | ||||
|                                or data.get('totalSecondsDuration')) | ||||
|         timestamp = unified_timestamp(info.get('publishDate')) | ||||
|  | ||||
|         return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․