diff options
author | Remita Amine <remitamine@gmail.com> | 2020-12-20 18:07:34 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2020-12-20 18:07:34 +0100 |
commit | bfa345744d055b2420f82336b339a51a9d73b28a (patch) | |
tree | 73494fa405bb2cd4a1f8ca6533737f01725fc219 /youtube_dl/extractor/extractors.py | |
parent | f966461476ffc85164b7d423f6faa35591c9ad20 (diff) |
[tastytrade] Remove Extractor(closes #25716)
covered by GenericIE via BrighcoveNewIE
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 f78794583..bf34ae6b7 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1128,7 +1128,6 @@ from .tagesschau import ( TagesschauIE, ) from .tass import TassIE -from .tastytrade import TastyTradeIE from .tbs import TBSIE from .tdslifeway import TDSLifewayIE from .teachable import ( |