[bbc] fix BBC IPlayer Episodes/Group extraction(closes #28360)

This commit is contained in:
Remita Amine 2021-03-24 15:10:19 +01:00
commit a40002444e
2 changed files with 192 additions and 16 deletions

View file

@ -95,7 +95,8 @@ from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
from .bbc import (
BBCCoUkIE,
BBCCoUkArticleIE,
BBCCoUkIPlayerPlaylistIE,
BBCCoUkIPlayerEpisodesIE,
BBCCoUkIPlayerGroupIE,
BBCCoUkPlaylistIE,
BBCIE,
)