1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[tiktok] Fix vm.tiktok URLs

Closes #2396
This commit is contained in:
pukkandan
2022-02-13 20:11:03 +05:30
parent 57ebfca39b
commit 88afe05695
2 changed files with 11 additions and 0 deletions

View File

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