[comedycentral] Add new extractor for full-episodes
CC seems to have added yet another indirection for full episodes - the mgid is now only in a linked feed. This may be a little brittle, but it's better than failing outright. Plus, the current The Daily Show episode now works :)
This commit is contained in:
parent
c2530d3319
commit
cc61fc3934
2 changed files with 33 additions and 1 deletions
|
@ -180,6 +180,7 @@ from .cnn import (
|
|||
from .coub import CoubIE
|
||||
from .collegerama import CollegeRamaIE
|
||||
from .comedycentral import (
|
||||
ComedyCentralFullEpisodesIE,
|
||||
ComedyCentralIE,
|
||||
ComedyCentralShortnameIE,
|
||||
ComedyCentralTVIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue