[abcotvs] extend _VALID_URL and add support for clips.abcotvs.com(closes #9551)
This commit is contained in:
parent
bc22a79694
commit
0b36a96212
2 changed files with 52 additions and 6 deletions
|
@ -5,11 +5,14 @@ from .abc import (
|
|||
ABCIE,
|
||||
ABCIViewIE,
|
||||
)
|
||||
from .abc7news import Abc7NewsIE
|
||||
from .abcnews import (
|
||||
AbcNewsIE,
|
||||
AbcNewsVideoIE,
|
||||
)
|
||||
from .abcotvs import (
|
||||
ABCOTVSIE,
|
||||
ABCOTVSClipsIE,
|
||||
)
|
||||
from .academicearth import AcademicEarthCourseIE
|
||||
from .acast import (
|
||||
ACastIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue