1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[ie/Bluesky] Add extractor (#11055)

Closes #10987
Authored by: MellowKyler, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
Willow
2024-11-03 02:07:25 -06:00
committed by GitHub
parent 422195ec70
commit 5c7a5aaab2
2 changed files with 389 additions and 0 deletions

View File

@ -278,6 +278,7 @@ from .bleacherreport import (
from .blerp import BlerpIE
from .blogger import BloggerIE
from .bloomberg import BloombergIE
from .bluesky import BlueskyIE
from .bokecc import BokeCCIE
from .bongacams import BongaCamsIE
from .boosty import BoostyIE