1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 21:29:35 +00:00

[extractor/common] Remove superfluous line

This commit is contained in:
Sergey M․ 2015-06-29 00:49:19 +06:00
parent c93d53f5e3
commit 5414623791

View file

@ -36,7 +36,6 @@ from ..utils import (
)
class InfoExtractor(object):
"""Information Extractor class.