[abcotvs] Add support for ABC Owned Television Stations
This commit is contained in:
parent
37720844f6
commit
ad0e2b3359
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue