1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-14 04:05:16 +00:00

[ie/netapp] Add extractors (#15122)

Closes #14902
Authored by: darkstar
This commit is contained in:
Michael D.
2025-11-20 19:56:25 +01:00
committed by GitHub
parent c2e7e9cdb2
commit 20f83f208e
2 changed files with 83 additions and 0 deletions

View File

@@ -1284,6 +1284,10 @@ from .nest import (
NestClipIE,
NestIE,
)
from .netapp import (
NetAppCollectionIE,
NetAppVideoIE,
)
from .neteasemusic import (
NetEaseMusicAlbumIE,
NetEaseMusicDjRadioIE,