1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[blogger] Add extractor (#1629)

Authored by: pabs3
This commit is contained in:
Paul Wise
2021-11-19 06:15:41 +08:00
committed by GitHub
parent cfcaf64a4b
commit 764f5de2f4
3 changed files with 72 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ from .bleacherreport import (
BleacherReportIE,
BleacherReportCMSIE,
)
from .blogger import BloggerIE
from .bloomberg import BloombergIE
from .bokecc import BokeCCIE
from .bongacams import BongaCamsIE