diff options
author | Unknown <blackjack4494@web.de> | 2020-10-27 16:49:42 +0100 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-10-27 16:49:42 +0100 |
commit | 6f8557ec4db627bdd2fda4f47bc2492a04ce5d0d (patch) | |
tree | 6a0f00092fd6f1ba87d657b8358c89d973e84e5e | |
parent | ee69b02a4fb70b160e72a220a66aee7c1e3194f3 (diff) | |
download | hypervideo-pre-6f8557ec4db627bdd2fda4f47bc2492a04ce5d0d.tar.lz hypervideo-pre-6f8557ec4db627bdd2fda4f47bc2492a04ce5d0d.tar.xz hypervideo-pre-6f8557ec4db627bdd2fda4f47bc2492a04ce5d0d.zip |
[skip travis] add note to remove tvland.
-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' |