mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-26 23:28:29 +00:00
[ie/LRTRadio] Update API URL
This commit is contained in:
parent
2aaf1aa71d
commit
86dc20ffb1
@ -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…
Reference in New Issue
Block a user