diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-15 03:48:23 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-15 03:48:23 +0800 |
commit | b0cf2e7c1b844e533c447572b6979ae64f7e2870 (patch) | |
tree | 5142fe549465ed38a5f812fb1843f5ffb5a8167e /youtube_dl/extractor/extractors.py | |
parent | 74b47d00c3d807f91b0c24781077cb9100403bd5 (diff) |
[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.py | 1 |
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 |