aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorFraFraFra-LongD <85188920+FraFraFra-LongD@users.noreply.github.com>2022-11-13 14:22:04 +0100
committerGitHub <noreply@github.com>2022-11-13 13:22:04 +0000
commit1a4fbe8462f5e531a891aeac7db6c0bde49c5536 (patch)
treec4877adccf2c29044841fda0a77dabbb5f04d5d4 /youtube_dl/extractor/extractors.py
parentc2f9be3e63a000cf20e9e4ad789a4f5453d00eb7 (diff)
Added ThisVid.com support (#29187)
* add ThisVidIE, ThisVidMemberIE, ThisVidPlaylistIE * redirect embed to main page for more metadata * use KVS extraction newly added to GenericIE and remove duplicate tests * also add MrDeepFake etc compat to GenericIE (closes #22390) Co-authored-by: dirkf <fieldhouse@gmx.net>
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 4d9f37424..947cbe8fd 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1265,6 +1265,11 @@ from .theweatherchannel import TheWeatherChannelIE
from .thisamericanlife import ThisAmericanLifeIE
from .thisav import ThisAVIE
from .thisoldhouse import ThisOldHouseIE
+from .thisvid import (
+ ThisVidIE,
+ ThisVidMemberIE,
+ ThisVidPlaylistIE,
+)
from .threeqsdn import ThreeQSDNIE
from .tiktok import (
TikTokIE,