diff options
| author | Remita Amine <remitamine@gmail.com> | 2016-08-05 10:11:59 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2016-08-05 10:11:59 +0100 | 
| commit | a7d29530732574554cd20324fda0faa17979a1ae (patch) | |
| tree | dc53c5a9a37c8f1e71431e840b46c7a611e1d3d9 /youtube_dl/extractor/extractors.py | |
| parent | fdd0b8f8e044adf61da95fe85bc9414724f1d835 (diff) | |
[extractors] add tvp:embed import
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -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 28858cfea..fec560ba3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -892,6 +892,7 @@ from .tvc import (  from .tvigle import TvigleIE  from .tvland import TVLandIE  from .tvp import ( +    TVPEmbedIE,      TVPIE,      TVPSeriesIE,  ) | 
