logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a9c09a7c62df3024b0774de7204e9262bb2d7d4a
parent 82beaabb41f015b4aaa1b7460a881a9653e398e9
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 19 Nov 2015 20:25:28 +0600

[pbs] Update API URL (Closes #7565)

Diffstat:

Myoutube_dl/extractor/pbs.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = []