1
0
Fork 0

[extractor/anchorfm] Add episode extractor (#6092)

Authored by: HobbyistDev, bashonly
Closes #6081
This commit is contained in:
HobbyistDev 2023-02-17 12:59:04 +09:00 committed by GitHub
commit a4ad59ff2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 99 additions and 0 deletions

View file

@ -102,6 +102,7 @@ from .americastestkitchen import (
AmericasTestKitchenIE,
AmericasTestKitchenSeasonIE,
)
from .anchorfm import AnchorFMEpisodeIE
from .angel import AngelIE
from .anvato import AnvatoIE
from .aol import AolIE