diff options
author | Sergey M. <dstftw@gmail.com> | 2014-02-06 21:16:41 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-02-06 21:19:13 +0700 |
commit | 94c4abce7fd55d076e9d9529f92696fe25ef2d17 (patch) | |
tree | c04e29c87fae6794c8f001078ff0016bd3c1d70e /youtube_dl/extractor/__init__.py | |
parent | df872ec4e76c5e07380bd7875ebccc8fda04e3ea (diff) |
[nfb] Add support for nfb.ca (Closes #2069)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 4e0501ec3..7a97c3279 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -144,6 +144,7 @@ from .nba import NBAIE from .nbc import NBCNewsIE from .ndtv import NDTVIE from .newgrounds import NewgroundsIE +from .nfb import NFBIE from .nhl import NHLIE, NHLVideocenterIE from .niconico import NiconicoIE from .ninegag import NineGagIE |