diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-12-31 19:40:35 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-12-31 19:40:35 +0600 |
commit | b8bc7a696ba15cbc6d45b20320d928340246b508 (patch) | |
tree | bfafc3e9dbb138fac5a581fb64e55c247d927eed /youtube_dl/extractor/__init__.py | |
parent | 7d900ef1bf131fc140d35d306500a5cec9565f89 (diff) |
[openfilm] Add extractor (Closes #4538)
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 45b50792e..6c5827f88 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -299,6 +299,7 @@ from .nytimes import NYTimesIE from .nuvid import NuvidIE from .oktoberfesttv import OktoberfestTVIE from .ooyala import OoyalaIE +from .openfilm import OpenFilmIE from .orf import ( ORFTVthekIE, ORFOE1IE, |