From 0b36a96212861b3fc3f11b26c22216ed3cc4d2ce Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Mon, 5 Sep 2016 13:41:11 +0100 Subject: [abcotvs] extend _VALID_URL and add support for clips.abcotvs.com(closes #9551) --- youtube_dl/extractor/extractors.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'youtube_dl/extractor/extractors.py') diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index e47adc26c..dbd5fa965 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -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, -- cgit v1.2.3