projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63fe44e
)
[yahoo] correct gyao brightcove player id(closes #23303)
author
Remita Amine
<remitamine@gmail.com>
Tue, 3 Dec 2019 20:13:44 +0000
(21:13 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 3 Dec 2019 20:13:44 +0000
(21:13 +0100)
youtube_dl/extractor/yahoo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/yahoo.py
b/youtube_dl/extractor/yahoo.py
index b9a9e88a069edb6e50b18c7384847b3c71b82c27..238d9cea0c729912351895e5bd6ad453d43b7d31 100644
(file)
--- a/
youtube_dl/extractor/yahoo.py
+++ b/
youtube_dl/extractor/yahoo.py
@@
-383,7
+383,7
@@
class YahooGyaOPlayerIE(InfoExtractor):
'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(),