[ruutu] Update API endpoint (closes #18138)

pull/18153/head
Sergey M․ 6 years ago
parent 532782ade1
commit cab26223bf
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -65,7 +65,8 @@ class RuutuIE(InfoExtractor):
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…
Cancel
Save