aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-15 03:48:23 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-15 03:48:23 +0800
commitb0cf2e7c1b844e533c447572b6979ae64f7e2870 (patch)
tree5142fe549465ed38a5f812fb1843f5ffb5a8167e /youtube_dl/extractor/extractors.py
parent74b47d00c3d807f91b0c24781077cb9100403bd5 (diff)
downloadyoutube-dl-b0cf2e7c1b844e533c447572b6979ae64f7e2870.tar.xz
[ubu] Remove extractor
1. Videos on ubu.com are now hosted on Vimeo 2. The duration is far from correct, and may not exist on other videos (For example http://ubu.com/film/hammons_king.html)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 0a75a56c5..d9193349d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -833,7 +833,6 @@ from .twitter import (
TwitterIE,
TwitterAmplifyIE,
)
-from .ubu import UbuIE
from .udemy import (
UdemyIE,
UdemyCourseIE