1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-06 13:08:19 -04:00

[mixch] Add MixchArchiveIE (#2373)

Closes #2363
Authored by: Lesmiscore
This commit is contained in:
Lesmiscore (Naoya Ozaki)
2022-01-19 22:45:35 +09:00
committed by GitHub
parent b143e83ec9
commit ba1c671d2e
2 changed files with 35 additions and 2 deletions

View File

@@ -829,7 +829,10 @@ from .mirrativ import (
)
from .mit import TechTVMITIE, OCWMITIE
from .mitele import MiTeleIE
from .mixch import MixchIE
from .mixch import (
MixchIE,
MixchArchiveIE,
)
from .mixcloud import (
MixcloudIE,
MixcloudUserIE,