mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-07 14:27:06 -05:00
[pbs] Add support for viralplayer links (Fixes #2350)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user