diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-01 20:25:46 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-01 20:25:46 +0600 |
commit | 69c3af567d852a0be7bb39b1ca7348e0d5712ec3 (patch) | |
tree | 9fa8544bcf05d155e6bd072b5ad709040852e393 /youtube_dl/extractor/__init__.py | |
parent | 60e1fe00799357145e1d43efc1a1548a8d9abb11 (diff) | |
parent | 2315fb5e5fb65271519fc018bb1df5a7269f0a6a (diff) |
Merge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into mtp1376-varzesh3
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 9fddb8e32..f3ebe4ee2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -556,6 +556,7 @@ from .ultimedia import UltimediaIE from .unistra import UnistraIE from .urort import UrortIE from .ustream import UstreamIE, UstreamChannelIE +from .varzesh3 import Varzesh3IE from .vbox7 import Vbox7IE from .veehd import VeeHDIE from .veoh import VeohIE |