diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-09 21:28:04 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-09 21:28:04 +0600 |
commit | 6c7b26e13f1aebe7bd19a7899b01e49b052febe5 (patch) | |
tree | c8f37e521b0cdba55d3d124c01bea571a279f4db /youtube_dl | |
parent | b51b10804556659af181541e6cd0d46347a8859f (diff) |
[pbs] Make URLs lowercase
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/pbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 6aae7f028..d71d7eb76 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -159,7 +159,7 @@ class PBSIE(InfoExtractor): ('wvia.org', 'WVIA Public Media Studios (WVIA)'), # http://www.wvia.org/ ('wtvi.org', 'WTVI (WTVI)'), # http://www.wtvi.org/ ('whro.org', 'WHRO (WHRO)'), # http://whro.org - ('WesternReservePublicMedia.org', 'Western Reserve PBS (WNEO)'), # http://www.WesternReservePublicMedia.org/ + ('westernreservepublicmedia.org', 'Western Reserve PBS (WNEO)'), # http://www.WesternReservePublicMedia.org/ ('wviz.org', 'WVIZ/PBS ideastream (WVIZ)'), # http://www.wviz.org/ ('kcts9.org', 'KCTS 9 (KCTS)'), # http://kcts9.org/ ('basinpbs.org', 'Basin PBS (KPBT)'), # http://www.basinpbs.org |