mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[pbs] Update API URL (Closes #7565)
This commit is contained in:
parent
82beaabb41
commit
a9c09a7c62
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ def _real_extract(self, url):
|
|||
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 = []
|
||||
|
|
Loading…
Reference in a new issue