[CPAC] Add extractor for Canadian Parliament

CPACIE: single episode
CPACPlaylistIE: playlists and searches
This commit is contained in:
dirkf
2022-02-24 09:16:16 +00:00
parent 1f13ccfd7f
commit c4d1738316
2 changed files with 152 additions and 0 deletions

View File

@ -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