[pbs] Add support for widget URLs (Fixes #2594)
This commit is contained in:
parent
23c322a531
commit
773c0b4bb8
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ class PBSIE(InfoExtractor):
|
|||
# Article with embedded player
|
||||
(?:www\.)?pbs\.org/(?:[^/]+/){2,5}(?P<presumptive_id>[^/]+)/?(?:$|[?\#]) |
|
||||
# Player
|
||||
video\.pbs\.org/partnerplayer/(?P<player_id>[^/]+)/
|
||||
video\.pbs\.org/(?:widget/)?partnerplayer/(?P<player_id>[^/]+)/
|
||||
)
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue