mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-12 19:10:42 +00:00
[ruutu] Update API endpoint (closes #18138)
This commit is contained in:
parent
532782ade1
commit
cab26223bf
@ -65,7 +65,8 @@ class RuutuIE(InfoExtractor):
|
|||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
||||||
video_xml = self._download_xml(
|
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 = []
|
formats = []
|
||||||
processed_urls = []
|
processed_urls = []
|
||||||
|
Loading…
Reference in New Issue
Block a user