Browse Source

[abcotvs] Add support for ABC Owned Television Stations

totalwebcasting
Sergey M․ 8 years ago
parent
commit
ad0e2b3359
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/abcotvs.py

+ 1
- 0
youtube_dl/extractor/abcotvs.py View File

@ -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 = [
{


Loading…
Cancel
Save