diff options
| author | Luca Cherubin <luca.cherubin@gmail.com> | 2018-04-26 20:33:09 +0100 |
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2018-07-08 00:49:15 +0700 |
| commit | 6868d272e5c4a85ba4143bacbb7269dac099c55d (patch) | |
| tree | 505fe9c59f9f977f23d6569cce90a5c0b4735586 /youtube_dl/extractor/extractors.py | |
| parent | 47421507883850dc679dc23eb44a615f18282bed (diff) | |
[frontendmasters] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index f2377521b..265b4aa9d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -390,6 +390,10 @@ from .francetv import ( from .freesound import FreesoundIE from .freespeech import FreespeechIE from .freshlive import FreshLiveIE +from .frontendmaster import ( + FrontEndMasterIE, + FrontEndMasterCourseIE +) from .funimation import FunimationIE from .funk import ( FunkMixIE, |
