mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use a mirror for ISO codes data as upstream is flaky
This commit is contained in:
parent
f9e4690807
commit
9484870e19
@ -16,7 +16,7 @@ from setup import Command, download_securely
|
||||
|
||||
@lru_cache(2)
|
||||
def iso_codes_data():
|
||||
URL = 'https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/main/iso-codes-main.zip'
|
||||
URL = 'https://download.calibre-ebook.com/iso-codes.zip'
|
||||
return download_securely(URL)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user