[tiktok] Improve extraction and add support for user pages (closes #18135)
This commit is contained in:
parent
1ead840d2c
commit
ce18a19be9
2 changed files with 91 additions and 50 deletions
|
@ -1124,7 +1124,10 @@ from .thisamericanlife import ThisAmericanLifeIE
|
|||
from .thisav import ThisAVIE
|
||||
from .thisoldhouse import ThisOldHouseIE
|
||||
from .threeqsdn import ThreeQSDNIE
|
||||
from .tiktok import TikTokIE
|
||||
from .tiktok import (
|
||||
TikTokIE,
|
||||
TikTokUserIE,
|
||||
)
|
||||
from .tinypic import TinyPicIE
|
||||
from .tmz import (
|
||||
TMZIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue