]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/abcotvs.py
[discoverygo] Fix JSON data parsing
[yt-dlp.git] / youtube_dl / extractor / abcotvs.py
index 53a900e50541840e0e519ce8398587e9dbf08293..054bb05964910c3d521eb6615661c1843239290f 100644 (file)
@@ -12,6 +12,7 @@
 
 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 = [
         {