1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[extractor/tiktok] Add TikTokLive extractor (#5637)

Closes #3698
Authored by: JC-Chung
This commit is contained in:
JC-Chung
2023-01-05 19:23:34 +08:00
committed by GitHub
parent a1d9aca338
commit 933ed882e9
2 changed files with 41 additions and 0 deletions

View File

@ -1890,6 +1890,7 @@ from .tiktok import (
TikTokEffectIE,
TikTokTagIE,
TikTokVMIE,
TikTokLiveIE,
DouyinIE,
)
from .tinypic import TinyPicIE