[abcotvs] extend _VALID_URL and add support for clips.abcotvs.com(closes #9551)

This commit is contained in:
Remita Amine 2016-09-05 13:41:11 +01:00
parent bc22a79694
commit 0b36a96212
2 changed files with 52 additions and 6 deletions

View file

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