mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 02:27:42 -07:00
[Minds] Add new extractor (#17934)
This commit is contained in:
parent
d4564afc70
commit
de026a6acd
2 changed files with 169 additions and 0 deletions
|
@ -651,6 +651,11 @@ from .microsoftvirtualacademy import (
|
|||
MicrosoftVirtualAcademyIE,
|
||||
MicrosoftVirtualAcademyCourseIE,
|
||||
)
|
||||
from .minds import (
|
||||
MindsIE,
|
||||
MindsActivityIE,
|
||||
MindsChannelIE,
|
||||
)
|
||||
from .ministrygrid import MinistryGridIE
|
||||
from .minoto import MinotoIE
|
||||
from .miomio import MioMioIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue