[pbs] Add support for viralplayer links (Fixes #2350)
This commit is contained in:
parent
b3fa3917e2
commit
bf5f610099
2 changed files with 19 additions and 12 deletions
|
@ -9,7 +9,7 @@ class PBSIE(InfoExtractor):
|
|||
_VALID_URL = r'''(?x)https?://
|
||||
(?:
|
||||
# Direct video URL
|
||||
video\.pbs\.org/video/(?P<id>[0-9]+)/? |
|
||||
video\.pbs\.org/(?:viralplayer|video)/(?P<id>[0-9]+)/? |
|
||||
# Article with embedded player
|
||||
(?:www\.)?pbs\.org/(?:[^/]+/){2,5}(?P<presumptive_id>[^/]+)/?(?:$|[?\#]) |
|
||||
# Player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue