1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[CrowdBunker] Add extractors (#2407)

Closes: #2356 
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2022-01-21 11:25:55 +05:30
committed by GitHub
parent b1156c1e59
commit 8fe514d382
2 changed files with 117 additions and 0 deletions

View File

@@ -304,6 +304,10 @@ from .cozytv import CozyTVIE
from .cracked import CrackedIE
from .crackle import CrackleIE
from .crooksandliars import CrooksAndLiarsIE
from .crowdbunker import (
CrowdBunkerIE,
CrowdBunkerChannelIE,
)
from .crunchyroll import (
CrunchyrollIE,
CrunchyrollShowPlaylistIE,