diff options
| -rw-r--r-- | youtube_dl/InfoExtractors.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 8969160c4..15dd15307 100644 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -3461,6 +3461,7 @@ class YouPornIE(InfoExtractor):  			self._downloader.trouble(u'ERROR: unable to extract uploader')  			return  		video_uploader = result.group('uploader').decode('utf-8').strip() +		video_uploader = clean_html( video_uploader )  		self.report_uploader(video_uploader)  		# Get all of the formats available  | 
