From: Sergey M․ Date: Sun, 28 Jun 2015 18:49:19 +0000 (+0600) Subject: [extractor/common] Remove superfluous line X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=541462379153c19656aa52cc5796dbf05de874ab;p=youtube-dl [extractor/common] Remove superfluous line --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 7fa46d295..81623bfe3 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -36,7 +36,6 @@ from ..utils import ( ) - class InfoExtractor(object): """Information Extractor class.