1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 22:55:18 +00:00

[bbc.co.uk:article] Add new extractor (#7257)

This commit is contained in:
Yen Chi Hsuan
2015-10-22 21:13:03 +08:00
parent 7033bc1a51
commit a65402ef42
2 changed files with 33 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ from .bambuser import BambuserIE, BambuserChannelIE
from .bandcamp import BandcampIE, BandcampAlbumIE
from .bbc import (
BBCCoUkIE,
BBCCoUkArticleIE,
BBCIE,
)
from .beeg import BeegIE