Browse Source

[extractors] Add import for tastytrade

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
9b35297be1
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/extractors.py

+ 1
- 0
youtube_dl/extractor/extractors.py View File

@ -973,6 +973,7 @@ from .tagesschau import (
TagesschauIE, TagesschauIE,
) )
from .tass import TassIE from .tass import TassIE
from .tastytrade import TastyTradeIE
from .tbs import TBSIE from .tbs import TBSIE
from .tdslifeway import TDSLifewayIE from .tdslifeway import TDSLifewayIE
from .teachertube import ( from .teachertube import (


Loading…
Cancel
Save