1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[xiami] Improve extraction (Closes #9079)

* Switch to JSON source
* Add abstract IE for playlists
* Extract more track related metadata
This commit is contained in:
Sergey M․
2016-04-30 21:50:23 +06:00
parent 89c0dc9a5f
commit 4e0c0c1508
2 changed files with 96 additions and 99 deletions

View File

@ -942,7 +942,7 @@ from .xhamster import (
XHamsterEmbedIE,
)
from .xiami import (
XiamiIE,
XiamiSongIE,
XiamiAlbumIE,
XiamiArtistIE,
XiamiCollectionIE