1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[WasdTV] Add extractor (#3045)

Closes #3041
Authored by: un-def, hatienl0i261299
This commit is contained in:
Ha Tien Loi
2022-03-28 10:27:41 +07:00
committed by GitHub
parent bdd60588b0
commit 9139d2fae0
2 changed files with 166 additions and 0 deletions

View File

@ -1977,6 +1977,11 @@ from .washingtonpost import (
WashingtonPostIE,
WashingtonPostArticleIE,
)
from .wasdtv import (
WASDTVStreamIE,
WASDTVRecordIE,
WASDTVClipIE,
)
from .wat import WatIE
from .watchbox import WatchBoxIE
from .watchindianporn import WatchIndianPornIE