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

[extractor/txxx] Add extractors (#5240)

Authored by: chio0hai
Closes #5021
This commit is contained in:
chio0hai
2023-02-03 13:47:00 -05:00
committed by GitHub
parent b032ff0f03
commit 389896df85
4 changed files with 424 additions and 14 deletions

View File

@@ -2048,6 +2048,10 @@ from .twitter import (
TwitterSpacesIE,
TwitterShortenerIE,
)
from .txxx import (
TxxxIE,
PornTopIE,
)
from .udemy import (
UdemyIE,
UdemyCourseIE