diff options
| author | Remita Amine <remitamine@gmail.com> | 2016-09-15 08:12:12 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2016-09-15 08:12:12 +0100 | 
| commit | c035dba19e815eca4a21f17918e96c2e2bd55d6b (patch) | |
| tree | 215d7b7a4163c7c7fba1026ec83a95c0f5381c5c /youtube_dl/extractor/extractors.py | |
| parent | 87148bb7110ed54ef50f0660dfe0a735cdede3ca (diff) | |
[bellmedia] add support for more sites
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 522691de1..dd0579425 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -93,6 +93,7 @@ from .bbc import (  )  from .beeg import BeegIE  from .behindkink import BehindKinkIE +from .bellmedia import BellMediaIE  from .beatportpro import BeatportProIE  from .bet import BetIE  from .bigflix import BigflixIE @@ -195,7 +196,6 @@ from .crunchyroll import (  )  from .cspan import CSpanIE  from .ctsnews import CtsNewsIE -from .ctv import CTVIE  from .ctvnews import CTVNewsIE  from .cultureunplugged import CultureUnpluggedIE  from .curiositystream import ( | 
