1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[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
parent b25d6cb963
commit a4ad59ff2d
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