Browse Source
[abcotvs] Add support for ABC Owned Television Stations
totalwebcasting
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/abcotvs.py
|
|
@ -12,6 +12,7 @@ from ..utils import ( |
|
|
|
|
|
|
|
class ABCOTVSIE(InfoExtractor): |
|
|
|
IE_NAME = 'abcotvs' |
|
|
|
IE_DESC = 'ABC Owned Television Stations' |
|
|
|
_VALID_URL = r'https?://(?:abc(?:7(?:news|ny|chicago)?|11|13|30)|6abc)\.com(?:/[^/]+/(?P<display_id>[^/]+))?/(?P<id>\d+)' |
|
|
|
_TESTS = [ |
|
|
|
{ |
|
|
|