1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[LastFM] Add extractors (#3141)

Closes #2967
Authored by: mehq
This commit is contained in:
mehq
2022-03-24 00:35:42 +06:00
committed by GitHub
parent af14914baa
commit b8f2f8f6b3
2 changed files with 134 additions and 0 deletions

View File

@ -731,6 +731,11 @@ from .laola1tv import (
EHFTVIE,
ITTFIE,
)
from .lastfm import (
LastFMIE,
LastFMPlaylistIE,
LastFMUserIE,
)
from .lbry import (
LBRYIE,
LBRYChannelIE,