1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[tiktok] Fix vt.tiktok URLs

and add test
This commit is contained in:
pukkandan
2022-02-14 02:56:03 +05:30
parent 60f393e48b
commit 49895f062e
2 changed files with 30 additions and 3 deletions

View File

@@ -1613,7 +1613,7 @@ from .tiktok import (
TikTokSoundIE,
TikTokEffectIE,
TikTokTagIE,
TiktokVMIE,
TikTokVMIE,
DouyinIE,
)
from .tinypic import TinyPicIE