From 541462379153c19656aa52cc5796dbf05de874ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 29 Jun 2015 00:49:19 +0600 Subject: [PATCH] [extractor/common] Remove superfluous line --- youtube_dl/extractor/common.py | 1 - 1 file changed, 1 deletion(-) 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.