Skip to content

Commit

Permalink
[pbs] Extend PBS station regex (Closes #7964)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Dec 23, 2015
1 parent a8f1d16 commit 2c566d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/pbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class PBSIE(InfoExtractor):
_STATIONS = (
(r'(?:video|www)\.pbs\.org', 'PBS: Public Broadcasting Service'), # http://www.pbs.org/
(r'(?:video|www|player)\.pbs\.org', 'PBS: Public Broadcasting Service'), # http://www.pbs.org/
(r'video\.aptv\.org', 'APT - Alabama Public Television (WBIQ)'), # http://aptv.org/
(r'video\.gpb\.org', 'GPB/Georgia Public Broadcasting (WGTV)'), # http://www.gpb.org/
(r'video\.mpbonline\.org', 'Mississippi Public Broadcasting (WMPN)'), # http://www.mpbonline.org
Expand Down

0 comments on commit 2c566d0

Please sign in to comment.