1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[abcnews] Added a new extractor (closes #3992)

Related: #6108, #8664, #9459
This commit is contained in:
Yen Chi Hsuan
2016-05-17 15:38:57 +08:00
parent cdd94c2eae
commit 055f0d3d06
3 changed files with 141 additions and 2 deletions

View File

@ -3,6 +3,10 @@ from __future__ import unicode_literals
from .abc import ABCIE
from .abc7news import Abc7NewsIE
from .abcnews import (
AbcNewsIE,
AbcNewsVideoIE,
)
from .academicearth import AcademicEarthCourseIE
from .acast import (
ACastIE,