1
0
Fork 0

[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
commit b8f2f8f6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,