mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[ruutu] Update API endpoint (closes #18138)
This commit is contained in:
parent
532782ade1
commit
cab26223bf
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ def _real_extract(self, url):
|
|||
video_id = self._match_id(url)
|
||||
|
||||
video_xml = self._download_xml(
|
||||
'http://gatling.ruutu.fi/media-xml-cache?id=%s' % video_id, video_id)
|
||||
'https://gatling.nelonenmedia.fi/media-xml-cache', video_id,
|
||||
query={'id': video_id})
|
||||
|
||||
formats = []
|
||||
processed_urls = []
|
||||
|
|
Loading…
Reference in a new issue