diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-01 17:04:41 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-01 17:04:41 +0800 |
commit | 4c8ab6fd715249290feab89bbc86eb803b459993 (patch) | |
tree | 2fe07fd4ff5b2b13da5f3974178f821e64d53aa6 /youtube_dl/extractor/extractors.py | |
parent | 05d4612947d6dbfaedb8f2a00daa5f29d85f73df (diff) |
[thvideo] Remove extractor. Website down.
Closes #10464
According to a screenshot in http://tieba.baidu.com/p/4691302183,
thvideo.tv is shut down "temporarily". I see no clues that it will be up
again, so I remove it here.
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 8d0688f53..459d776b3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -869,10 +869,6 @@ from .tnaflix import ( MovieFapIE, ) from .toggle import ToggleIE -from .thvideo import ( - THVideoIE, - THVideoPlaylistIE -) from .toutv import TouTvIE from .toypics import ToypicsUserIE, ToypicsIE from .traileraddict import TrailerAddictIE |