Skip to content

Commit 7dd004e

Browse files
vitorhclspageektti
andauthored
fix: use GitHub latest release URL for downloading
Co-authored-by: spageektti <[email protected]>
1 parent 731e839 commit 7dd004e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
).rstrip('/')
2929
DOWNLOAD_CACHE_LOCATION = os.environ.get(
3030
'TLDR_DOWNLOAD_CACHE_LOCATION',
31-
'https://tldr.sh/assets/tldr.zip'
31+
'https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip'
3232
)
3333

3434
USE_NETWORK = int(os.environ.get('TLDR_NETWORK_ENABLED', '1')) > 0

0 commit comments

Comments
 (0)