diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index e392698ac..09d5bf877 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -149,8 +149,8 @@ class XVideosIE(InfoExtractor): tags = self._search_regex(r'(?P.+?)<', webpage) - creator = '' - uploader_url = '' + creator = None + uploader_url = None if creator_data != []: uploader_url, creator = creator_data[0][0:2]