Browse Source

[abcotvs] Add support for ABC Owned Television Stations

Sergey M․ 9 years ago
parent
commit
ad0e2b3359
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/abcotvs.py

+ 1 - 0
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 = [
         {