We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa220d0 commit 5f37f67Copy full SHA for 5f37f67
yt_dlp/extractor/archiveorg.py
@@ -279,7 +279,7 @@ def _real_extract(self, url):
279
'url': 'https://archive.org/' + track['file'].lstrip('/'),
280
}
281
282
- metadata = self._download_json('http://archive.org/metadata/' + identifier, identifier)
+ metadata = self._download_json(f'https://archive.org/metadata/{identifier}', identifier)
283
m = metadata['metadata']
284
identifier = m['identifier']
285
0 commit comments