[ie/LRTRadio] Fix extractor (#13717)

Authored by: Pawka
pull/13720/head
Povilas Balzaravičius 2 weeks ago committed by GitHub
parent 630f3389c3
commit b4b4486eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -134,7 +134,7 @@ class LRTRadioIE(LRTBaseIE):
def _real_extract(self, url):
video_id, path = self._match_valid_url(url).group('id', 'path')
media = self._download_json(
'https://www.lrt.lt/radioteka/api/media', video_id,
'https://www.lrt.lt/rest-api/media', video_id,
query={'url': f'/mediateka/irasas/{video_id}/{path}'})
return {

Loading…
Cancel
Save