From dd6b5cb4c1a8bd56954eaec55107f466fcc1a92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 19 Dec 2018 22:34:03 +0200 Subject: [PATCH] fix YoutubeIE import the one inserted by pycharm does not resolve in tests --- youtube_dl/extractor/freespeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/freespeech.py b/youtube_dl/extractor/freespeech.py index f23d3090c..ea9c3e317 100644 --- a/youtube_dl/extractor/freespeech.py +++ b/youtube_dl/extractor/freespeech.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals -from youtube_dl.extractor import YoutubeIE from .common import InfoExtractor +from .youtube import YoutubeIE class FreespeechIE(InfoExtractor):