diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-25 22:56:42 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-25 22:56:42 +0700 |
commit | e498758b9cfa983d05b10a185ecdef480a93cf30 (patch) | |
tree | 9758effa41ca383c3336b7ef5ae5054cb32f90fc /youtube_dl/extractor/extractors.py | |
parent | 5fc8d893612285ddba082f381006337573b36afa (diff) |
[freshlive] Fix issues and improve (closes #12175)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 860b8f422..58139ee4e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -339,7 +339,7 @@ from .francetv import ( ) from .freesound import FreesoundIE from .freespeech import FreespeechIE -from .freshlive import FreshliveIE +from .freshlive import FreshLiveIE from .funimation import FunimationIE from .funnyordie import FunnyOrDieIE from .fusion import FusionIE |