Update On Wed Dec 10 19:41:24 CET 2025

This commit is contained in:
github-action[bot]
2025-12-10 19:41:25 +01:00
parent 970b3e529a
commit 616e2d9bd9
93 changed files with 1117 additions and 779 deletions

View File

@@ -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']