about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-08 23:15:58 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-08 23:15:58 +0700
commitad0e2b3359862eb6ac786d8fefd5e20035b051cd (patch)
tree87e30e514d3f58bf10adee20a5a314f49cb05926
parent37720844f6d40878bd2f29ea8311c7988ed3fc6a (diff)
downloadyoutube-dl-ad0e2b3359862eb6ac786d8fefd5e20035b051cd.tar.gz
youtube-dl-ad0e2b3359862eb6ac786d8fefd5e20035b051cd.tar.xz
youtube-dl-ad0e2b3359862eb6ac786d8fefd5e20035b051cd.zip
[abcotvs] Add support for ABC Owned Television Stations
-rw-r--r--youtube_dl/extractor/abcotvs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/abcotvs.py b/youtube_dl/extractor/abcotvs.py
index 53a900e50..054bb0596 100644
--- 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 = [
         {