diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-10-31 09:35:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 09:35:00 +0100 |
commit | cf37b9f875037f03a63b51ec88c9a2eac6e868d9 (patch) | |
tree | 42e89884cf0b057775b10275eacb87d5f7b3d83b /youtube_dlc/extractor/tvland.py | |
parent | 587ceadc8f19aa3c0846d8ee9974e0e3e264e268 (diff) | |
parent | 7fb5f2f29d99fa269988c6586558c7e9d21e432d (diff) | |
download | hypervideo-pre-cf37b9f875037f03a63b51ec88c9a2eac6e868d9.tar.lz hypervideo-pre-cf37b9f875037f03a63b51ec88c9a2eac6e868d9.tar.xz hypervideo-pre-cf37b9f875037f03a63b51ec88c9a2eac6e868d9.zip |
Merge pull request #74 from blackjack4494/master
Release 2020.10.31
Diffstat (limited to 'youtube_dlc/extractor/tvland.py')
-rw-r--r-- | youtube_dlc/extractor/tvland.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/tvland.py b/youtube_dlc/extractor/tvland.py index 791144128..225b6b078 100644 --- a/youtube_dlc/extractor/tvland.py +++ b/youtube_dlc/extractor/tvland.py @@ -3,6 +3,8 @@ from __future__ import unicode_literals from .spike import ParamountNetworkIE +# TODO: Remove - Reason not used anymore - Service moved to youtube + class TVLandIE(ParamountNetworkIE): IE_NAME = 'tvland.com' |