From bd27fcd099548938ae486433ef0fe12f7974c625 Mon Sep 17 00:00:00 2001 From: "kr4ssi@tuta.io" Date: Sat, 18 Jan 2020 05:28:28 +0100 Subject: [PATCH] remove empty line --- youtube_dl/extractor/xfileshare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py index 926f62f56..bf037ca3f 100644 --- a/youtube_dl/extractor/xfileshare.py +++ b/youtube_dl/extractor/xfileshare.py @@ -59,7 +59,6 @@ class XFileShareIE(InfoExtractor): (r'vup\.to', 'VUp'), (r'xvideosharing\.com', 'XVideoSharing'), (r'nxload\.com', 'NxLoad'), - ) IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])