A simple python script to extract model urls from civiai url.
Put the long list of urls of civitai models into a file, say "urls.txt", then run
python urls.txt models
make sure you have tqdm
and bs4
installed, this will create a new file named "models.txt" containing real models urls to be downloaded.
You may use any tool to download the models with the extracted urls, for example with wget:
wget -c --trust-server-names https://civitai.com/api/download/models/xxxxx