commit: ad0e2b3359862eb6ac786d8fefd5e20035b051cd
parent 37720844f6d40878bd2f29ea8311c7988ed3fc6a
Author: Sergey M․ <dstftw@gmail.com>
Date: Thu, 8 Sep 2016 23:15:58 +0700
[abcotvs] Add support for ABC Owned Television Stations
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/abcotvs.py b/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 = [
{