[ie/laracasts] Add extractors (#10055)

Authored by: ASertacAkkaya, seproDev

Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
This commit is contained in:
A. Sertaç Akkaya
2024-07-01 13:14:44 +03:00
committed by GitHub
parent 24f3097ea9
commit b8da8a98f8
2 changed files with 118 additions and 0 deletions

View File

@@ -970,6 +970,10 @@ from .la7 import (
LA7PodcastEpisodeIE,
LA7PodcastIE,
)
from .laracasts import (
LaracastsIE,
LaracastsPlaylistIE,
)
from .lastfm import (
LastFMIE,
LastFMPlaylistIE,