diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 11:43:46 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-21 11:43:46 +0200 | 
| commit | 199ece7eb83ffe7ba069b50080fe971df1db2d6c (patch) | |
| tree | 34a5ecffa2a360e75c77a0adb23eaf4d57117fcb /youtube_dl/extractor/__init__.py | |
| parent | 1997eb00784c3e307a228fa64d5a994140520365 (diff) | |
| parent | 8adec2b9e05d356a6996ea6f85aa9b4bf0665ce2 (diff) | |
Merge remote-tracking branch 'hassaanaliw/snotr'
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 a17a80a5f..a4c7c713a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -267,6 +267,7 @@ from .smotri import (      SmotriUserIE,      SmotriBroadcastIE,  ) +from .snotr import SnotrIE  from .sohu import SohuIE  from .soundcloud import (      SoundcloudIE, | 
