1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-03 18:03:58 +08:00

Add support for pbshawaii.org

This commit is contained in:
MegaTonPower
2017-04-11 12:12:58 -10:00
committed by GitHub
Unverified
parent 89beedd31f
commit 52ef5ad9ca
+1
View File
@@ -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 Hawaii'), # http://pbshawaii.org
)
IE_NAME = 'pbs'