mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Remove useless u prefixes
This commit is contained in:
		| @@ -33,5 +33,6 @@ class SpaceIE(InfoExtractor): | ||||
|             # Other videos works fine with the info from the object | ||||
|             brightcove_url = BrightcoveIE._extract_brightcove_url(webpage) | ||||
|         if brightcove_url is None: | ||||
|             raise ExtractorError(u'The webpage does not contain a video', expected=True) | ||||
|             raise ExtractorError( | ||||
|                 'The webpage does not contain a video', expected=True) | ||||
|         return self.url_result(brightcove_url, BrightcoveIE.ie_key()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister