aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPierre Rudloff <pierre@rudloff.pro>2013-08-18 17:02:39 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-08-22 12:58:12 +0200
commit75e1b46add074004ae9f7a8638bcc8d849e825f0 (patch)
tree75f99c4ded1885b2724d5178a4f4e59a1c8e1cc3 /youtube_dl/extractor/__init__.py
parent063fcc9676718fc4395b92d6e9665e7f3e9c8156 (diff)
downloadyoutube-dl-75e1b46add074004ae9f7a8638bcc8d849e825f0.tar.xz
Download from utv.unistra.fr (PR #1271)
Squashed to a single commit to keep the file 'youtube-dl' unchanged and remove the revert commit.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 9d12608e1..583051169 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -75,6 +75,7 @@ from .tudou import TudouIE
from .tumblr import TumblrIE
from .tutv import TutvIE
from .ustream import UstreamIE
+from .utv import UTVIE
from .vbox7 import Vbox7IE
from .veoh import VeohIE
from .vevo import VevoIE