[zingmp3] fix extraction(closes #11589, closes #16409, closes #16968, closes #27205)

This commit is contained in:
Remita Amine 2021-03-22 15:58:44 +01:00
commit 8117d613ac
2 changed files with 119 additions and 98 deletions

View file

@ -1624,5 +1624,8 @@ from .zattoo import (
)
from .zdf import ZDFIE, ZDFChannelIE
from .zhihu import ZhihuIE
from .zingmp3 import ZingMp3IE
from .zingmp3 import (
ZingMp3IE,
ZingMp3AlbumIE,
)
from .zype import ZypeIE