This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[abcotvs] extend _VALID_URL and add support for clips.abcotvs.com(
closes
#9551
)
totalwebcasting
Remita Amine
8 years ago
parent
bc22a79694
commit
0b36a96212
2 changed files
with
52 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+48
-5
youtube_dl/extractor/abcotvs.py
+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
,
Write
Preview
Loading…
Cancel
Save