mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 02:27:42 -07:00
[CPAC] Add extractor for Canadian Parliament
CPACIE: single episode CPACPlaylistIE: playlists and searches
This commit is contained in:
parent
1f13ccfd7f
commit
c4d1738316
2 changed files with 152 additions and 0 deletions
|
@ -255,6 +255,10 @@ from .commonprotocols import (
|
|||
from .condenast import CondeNastIE
|
||||
from .contv import CONtvIE
|
||||
from .corus import CorusIE
|
||||
from .cpac import (
|
||||
CPACIE,
|
||||
CPACPlaylistIE,
|
||||
)
|
||||
from .cracked import CrackedIE
|
||||
from .crackle import CrackleIE
|
||||
from .crooksandliars import CrooksAndLiarsIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue