Skip to content

Commit

Permalink
[yahoo] correct gyao brightcove player id(closes #23303)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine authored and meunierd committed Feb 13, 2020
1 parent 92a365b commit 0db9e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/yahoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def _real_extract(self, url):
'id': video_id,
'title': video['title'],
'url': smuggle_url(
'http://players.brightcove.net/4235717419001/default_default/index.html?videoId=' + video['videoId'],
'http://players.brightcove.net/4235717419001/SyG5P0gjb_default/index.html?videoId=' + video['videoId'],
{'geo_countries': ['JP']}),
'description': video.get('longDescription'),
'ie_key': BrightcoveNewIE.ie_key(),
Expand Down

0 comments on commit 0db9e70

Please sign in to comment.