projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82beaab
)
[pbs] Update API URL (Closes #7565)
author
Sergey M․
<dstftw@gmail.com>
Thu, 19 Nov 2015 14:25:28 +0000
(20:25 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 19 Nov 2015 14:25:28 +0000
(20:25 +0600)
youtube_dl/extractor/pbs.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pbs.py
b/youtube_dl/extractor/pbs.py
index 33d5c1cf780b5122ad43719bd9031c9365e34718..b787e2a73c66a0ff1bf2d17b9f20c13bf166aae7 100644
(file)
--- a/
youtube_dl/extractor/pbs.py
+++ b/
youtube_dl/extractor/pbs.py
@@
-263,7
+263,7
@@
class PBSIE(InfoExtractor):
return self.playlist_result(entries, display_id)
info = self._download_json(
- 'http://
video
.pbs.org/videoInfo/%s?format=json&type=partner' % video_id,
+ 'http://
player
.pbs.org/videoInfo/%s?format=json&type=partner' % video_id,
display_id)
formats = []