From bf5f6100998dc24fdf866af93ea2bb2433bfacdb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 8 Feb 2014 18:37:33 +0100 Subject: [pbs] Add support for viralplayer links (Fixes #2350) --- youtube_dl/extractor/pbs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/pbs.py') diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 8d847e7fe..e7e0042fb 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -9,7 +9,7 @@ class PBSIE(InfoExtractor): _VALID_URL = r'''(?x)https?:// (?: # Direct video URL - video\.pbs\.org/video/(?P[0-9]+)/? | + video\.pbs\.org/(?:viralplayer|video)/(?P[0-9]+)/? | # Article with embedded player (?:www\.)?pbs\.org/(?:[^/]+/){2,5}(?P[^/]+)/?(?:$|[?\#]) | # Player -- cgit v1.2.3