diff options
| author | remitamine <remitamine@gmail.com> | 2015-12-31 20:23:48 +0100 | 
|---|---|---|
| committer | remitamine <remitamine@gmail.com> | 2015-12-31 20:23:48 +0100 | 
| commit | 91e274546c4492dfa8f216f311356f641859a7cc (patch) | |
| tree | afa580120cda7ce80b479a119639d6862233e8bc /youtube_dl/extractor/__init__.py | |
| parent | 69f85952568def9ce13f71f3e8bac65f0c5f5f36 (diff) | |
[tvland] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 6aed59d16..e20d90bac 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -739,6 +739,7 @@ from .tvc import (      TVCArticleIE,  )  from .tvigle import TvigleIE +from .tvland import TVLandIE  from .tvp import TvpIE, TvpSeriesIE  from .tvplay import TVPlayIE  from .tweakers import TweakersIE | 
