mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-09 23:12:17 +01:00
[ie/archive.org] Fix metadata extraction (#15286)
Closes #15280 Authored by: bashonly
This commit is contained in:
@@ -279,7 +279,7 @@ class ArchiveOrgIE(InfoExtractor):
|
||||
'url': 'https://archive.org/' + track['file'].lstrip('/'),
|
||||
}
|
||||
|
||||
metadata = self._download_json('http://archive.org/metadata/' + identifier, identifier)
|
||||
metadata = self._download_json(f'https://archive.org/metadata/{identifier}', identifier)
|
||||
m = metadata['metadata']
|
||||
identifier = m['identifier']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user