Added extractor for crunchyroll 'playlists' i.e. series. so that one can, e.g. download all episodes of a series
This commit is contained in:
parent
cc98a3f096
commit
8230018c20
2 changed files with 39 additions and 1 deletions
|
@ -60,7 +60,10 @@ from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
|
|||
from .condenast import CondeNastIE
|
||||
from .cracked import CrackedIE
|
||||
from .criterion import CriterionIE
|
||||
from .crunchyroll import CrunchyrollIE
|
||||
from .crunchyroll import (
|
||||
CrunchyrollIE,
|
||||
CrunchyrollShowPlaylistIE
|
||||
)
|
||||
from .cspan import CSpanIE
|
||||
from .d8 import D8IE
|
||||
from .dailymotion import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue