1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-13 19:55:25 +00:00

[threads] Add extractor

This commit is contained in:
Renan D.
2024-05-03 19:27:49 -03:00
parent ac817bc83e
commit f80ba18ee9
3 changed files with 163 additions and 0 deletions

View File

@@ -1988,6 +1988,10 @@ from .thisvid import (
ThisVidMemberIE,
ThisVidPlaylistIE,
)
from .threads import (
ThreadsIE,
ThreadsIOSIE
)
from .threespeak import (
ThreeSpeakIE,
ThreeSpeakUserIE,