We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab2125 commit f7f47a1Copy full SHA for f7f47a1
database/scrape_trle_download.py
@@ -371,7 +371,7 @@ def get_zip_file_info(lid):
371
372
elif redirect_url.startswith("https://trcustoms.org/levels/") and \
373
redirect_url.split("/")[-1].isdigit():
374
- api_url = f"https://trcustoms.org/api/levels/{redirect_url.split("/")[-1]}/"
+ api_url = f"https://trcustoms.org/api/levels/{redirect_url.split('/')[-1]}/"
375
trcustoms_level_dict = scrape_common.get_json(api_url)
376
files = [_get_trcustoms_download_info(trcustoms_level_dict)]
377
0 commit comments