diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2023-01-02 14:45:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 19:15:36 +0530 |
commit | 32a84bcf4e5c398fc31c2424d60ebff34e93c0b9 (patch) | |
tree | 6b6313af1ecd8b16ebc5a5800f2276b16e7e6eab /yt_dlp/extractor/_extractors.py | |
parent | 8300774c4a32cc21b56088869a720fbbc0eb288a (diff) | |
download | hypervideo-pre-32a84bcf4e5c398fc31c2424d60ebff34e93c0b9.tar.lz hypervideo-pre-32a84bcf4e5c398fc31c2424d60ebff34e93c0b9.tar.xz hypervideo-pre-32a84bcf4e5c398fc31c2424d60ebff34e93c0b9.zip |
Update to ytdl-commit-195f22f6
[generic] Improve KVS (etc) extraction
https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902
Closes #3716
Authored by: Grub4k, pukkandan
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 352de83ca..83e732189 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1872,6 +1872,11 @@ from .theweatherchannel import TheWeatherChannelIE from .thisamericanlife import ThisAmericanLifeIE from .thisav import ThisAVIE from .thisoldhouse import ThisOldHouseIE +from .thisvid import ( + ThisVidIE, + ThisVidMemberIE, + ThisVidPlaylistIE, +) from .threespeak import ( ThreeSpeakIE, ThreeSpeakUserIE, |