Browse Source

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

totalwebcasting
Remita Amine 8 years ago
parent
commit
0b36a96212
2 changed files with 52 additions and 6 deletions
  1. +48
    -5
      youtube_dl/extractor/abcotvs.py
  2. +4
    -1
      youtube_dl/extractor/extractors.py

youtube_dl/extractor/abc7news.py → youtube_dl/extractor/abcotvs.py View File


+ 4
- 1
youtube_dl/extractor/extractors.py 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,


Loading…
Cancel
Save