mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -139,8 +139,8 @@ class SBSIE(InfoExtractor): | ||||
|                 'release_year': ('releaseYear', {int_or_none}), | ||||
|                 'duration': ('duration', ({float_or_none}, {parse_duration})), | ||||
|                 'is_live': ('liveStream', {bool}), | ||||
|                 'age_limit': ( | ||||
|                     ('classificationID', 'contentRating'), {str.upper}, {self._AUS_TV_PARENTAL_GUIDELINES.get}), | ||||
|                 'age_limit': (('classificationID', 'contentRating'), {str.upper}, { | ||||
|                     lambda x: self._AUS_TV_PARENTAL_GUIDELINES.get(x)}),  # dict.get is unhashable in py3.7 | ||||
|             }, get_all=False), | ||||
|             **traverse_obj(media, { | ||||
|                 'categories': (('genres', ...), ('taxonomy', ('genre', 'subgenre'), 'name'), {str}), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan