Strip HTML out of uploader name

This commit is contained in:
Jeff Crouse 2012-11-13 17:48:30 -05:00
parent 089d47f8d5
commit 5f7ad21633
1 changed files with 1 additions and 0 deletions

View File

@ -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