diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-08-22 13:19:35 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-08-22 13:19:35 +0200 |
commit | f527115b5f89450e2b05c2b88e98a5bdb5b1c2fc (patch) | |
tree | 2d629090b21ad74c5d488a1fa18f89eaa5f2caf3 /youtube_dl/extractor/__init__.py | |
parent | 75e1b46add074004ae9f7a8638bcc8d849e825f0 (diff) |
Rename utv.py to unistra.py and extract more info
There are other sites that could be named utv, which would conflict if they are added
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 583051169..b4db8f0bf 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -75,7 +75,7 @@ from .tudou import TudouIE from .tumblr import TumblrIE from .tutv import TutvIE from .ustream import UstreamIE -from .utv import UTVIE +from .unistra import UnistraIE from .vbox7 import Vbox7IE from .veoh import VeohIE from .vevo import VevoIE |