1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-23 00:18:55 +00:00

[ie/udio] Add extractor Fixes #10045

Implementation of extractor for a IA music provider.

Closes #10045

Co-authored-by: Miguel Noronha <miguel.noronha@tecnico.ulisboa.pt>
This commit is contained in:
Iuri Campos
2025-06-05 15:06:19 +01:00
parent 201812100f
commit 6adc0a266d
3 changed files with 239 additions and 0 deletions

View File

@@ -2276,6 +2276,7 @@ from .udemy import (
UdemyCourseIE,
UdemyIE,
)
from .udio import UdioIE, UdioListIE
from .udn import UDNEmbedIE
from .ufctv import (
UFCTVIE,