diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-08-26 20:07:52 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-08-26 20:08:55 +0700 |
commit | dac6f7654a577533ebcb825f34f0d7735274b205 (patch) | |
tree | a48569a2192dba9cdd7c984309370171f0233c38 /youtube_dl/extractor/extractors.py | |
parent | e0b6e988710037791057cd0b65f795d44e2f534c (diff) |
[tvplayhome] Add extractor (closes #17344)
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 a8b89bcde..6012d0f5f 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1181,6 +1181,7 @@ from .tvp import ( from .tvplay import ( TVPlayIE, ViafreeIE, + TVPlayHomeIE, ) from .tvplayer import TVPlayerIE from .tweakers import TweakersIE |