[spotify] Add new extractor for Spotify Podcasts(closes #27443)

This commit is contained in:
Remita Amine 2021-01-16 18:12:05 +01:00
commit 55a3ca16d3
2 changed files with 160 additions and 0 deletions

View file

@ -1116,6 +1116,10 @@ from .stitcher import (
from .sport5 import Sport5IE
from .sportbox import SportBoxIE
from .sportdeutschland import SportDeutschlandIE
from .spotify import (
SpotifyIE,
SpotifyShowIE,
)
from .spreaker import (
SpreakerIE,
SpreakerPageIE,