[abcotvs] extend _VALID_URL and add support for clips.abcotvs.com(closes #9551)
[youtube-dl] / youtube_dl / extractor / extractors.py
index e47adc26ce1f6af014cb0a3da21b6e9908ebcbb2..dbd5fa9658c3a8e70300ed48044f6ae9a16bc0d1 100644 (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,