From 52ef5ad9ca4fa4abc62758797cec79ca7d6855e6 Mon Sep 17 00:00:00 2001 From: MegaTonPower Date: Tue, 11 Apr 2017 12:12:58 -1000 Subject: [PATCH] Add support for pbshawaii.org --- youtube_dl/extractor/pbs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 3e51b4dd7..f2e67b909 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -177,6 +177,7 @@ class PBSIE(InfoExtractor): (r'video\.wtjx\.org', 'WTJX Channel 12 (WTJX)'), # http://www.wtjx.org/ (r'video\.ideastations\.org', 'WCVE PBS (WCVE)'), # http://ideastations.org/ (r'video\.kbtc\.org', 'KBTC Public Television (KBTC)'), # http://kbtc.org + (r'video\.pbshawaii\.org', 'PBS Hawai‘i'), # http://pbshawaii.org ) IE_NAME = 'pbs'