diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-29 00:49:19 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-29 00:49:19 +0600 |
commit | 541462379153c19656aa52cc5796dbf05de874ab (patch) | |
tree | 6a5685a97a8ce960af2d804500ea191158709dfd | |
parent | c93d53f5e307dab1b5d03cd3c621a68f40ef840d (diff) |
[extractor/common] Remove superfluous line
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |