aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorrigstot <rigstot@users.noreply.github.com>2020-07-19 15:07:29 +0200
committerrigstot <rigstot@users.noreply.github.com>2020-11-10 22:44:53 +0100
commitd7aec208f2a2ef883c7ffb14c0c4ceb4c9c9ddfa (patch)
tree802693539956c7bf3ad62df4ff7f1e0b657f5d94 /youtube_dlc/extractor/extractors.py
parent7fb5f2f29d99fa269988c6586558c7e9d21e432d (diff)
downloadhypervideo-pre-d7aec208f2a2ef883c7ffb14c0c4ceb4c9c9ddfa.tar.lz
hypervideo-pre-d7aec208f2a2ef883c7ffb14c0c4ceb4c9c9ddfa.tar.xz
hypervideo-pre-d7aec208f2a2ef883c7ffb14c0c4ceb4c9c9ddfa.zip
implement ThisVid extractor
deobfuscates the video URL using a reverse engineered version of KVS player's algorithm. This was tested against version 4.0.4, 5.0.1, 5.1.1.4 and 5.2.0.4 of the player and a warning will be issued if the major version changes.
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index 666134d86..ee404f78d 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -1175,6 +1175,7 @@ from .theweatherchannel import TheWeatherChannelIE
from .thisamericanlife import ThisAmericanLifeIE
from .thisav import ThisAVIE
from .thisoldhouse import ThisOldHouseIE
+from .thisvid import ThisVidIE
from .threeqsdn import ThreeQSDNIE
from .tiktok import TikTokIE
from .tinypic import TinyPicIE