diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-07-01 18:39:29 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-07-01 18:39:29 +0700 |
commit | 9b35297be1b7e5fa7372bac664ab91a7fa364760 (patch) | |
tree | e1a50b6012741a67ed39559ca0321b612ca34eb6 | |
parent | 49174788035038b8f12f971ec04ef897df60f435 (diff) |
[extractors] Add import for tastytrade
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index a263c88b3..bbdb4a2fe 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -973,6 +973,7 @@ from .tagesschau import ( TagesschauIE, ) from .tass import TassIE +from .tastytrade import TastyTradeIE from .tbs import TBSIE from .tdslifeway import TDSLifewayIE from .teachertube import ( |