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

[extractor/japandiet] Add extractors (#5368)

Authored by: Lesmiscore
This commit is contained in:
Lesmiscore
2022-10-31 15:51:53 +09:00
committed by GitHub
parent 9da6612b0f
commit 682b4524bf
2 changed files with 284 additions and 0 deletions

View File

@ -792,6 +792,13 @@ from .jamendo import (
JamendoIE,
JamendoAlbumIE,
)
from .japandiet import (
ShugiinItvLiveIE,
ShugiinItvLiveRoomIE,
ShugiinItvVodIE,
SangiinInstructionIE,
SangiinIE,
)
from .jeuxvideo import JeuxVideoIE
from .jove import JoveIE
from .joj import JojIE