diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-19 20:25:28 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-19 20:25:28 +0600 |
commit | a9c09a7c62df3024b0774de7204e9262bb2d7d4a (patch) | |
tree | d298c1892d79351f616b198bce5c0051385d7810 | |
parent | 82beaabb41f015b4aaa1b7460a881a9653e398e9 (diff) |
[pbs] Update API URL (Closes #7565)
-rw-r--r-- | youtube_dl/extractor/pbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 33d5c1cf7..b787e2a73 100644 --- 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 = [] |