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

[damtomo] Add extractor (#992)

Authored by: nao20010128nao
This commit is contained in:
The Hatsune Daishi
2021-09-18 14:55:17 +09:00
committed by GitHub
parent 298bf1d275
commit d47f46e17e
2 changed files with 117 additions and 0 deletions

View File

@ -310,6 +310,10 @@ from .dailymotion import (
DailymotionPlaylistIE,
DailymotionUserIE,
)
from .damtomo import (
DamtomoRecordIE,
DamtomoVideoIE,
)
from .daum import (
DaumIE,
DaumClipIE,