diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-27 16:52:51 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-27 16:52:51 +0600 |
commit | 533b99fbf9e0961076798c21bfb9fd320363c2dc (patch) | |
tree | 5b812095892559732391a34a8526c948cf50c6da /youtube_dl/extractor/__init__.py | |
parent | 00334d0de01d46165880569159c534f9b7d927a6 (diff) | |
parent | f39eb98bab497d8e06b9f243a8240509326678f0 (diff) |
Merge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into remitamine-snagfilms
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 46cc4cd06..59068a8b8 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -493,6 +493,7 @@ from .smotri import ( SmotriUserIE, SmotriBroadcastIE, ) +from .snagfilms import SnagFilmsIE from .snotr import SnotrIE from .sohu import SohuIE from .soompi import ( |