AvocadoFlour/KemonoDownloader

Keep trying to download from the wrong urls.

Opened this issue · 1 comments

It add a duplicate domain to the url of the video and received 404, tho the right url is https://c4.kemono.party/data/3c/2e/3c2e55088ea22ea02ff4a5daaeefbbcccde66254213a3dd8b6544321ea65ecb2.mp4
Am I doing anything wrong?

artistUrls.txt:
https://kemono.party/fantia/user/50309

logs:
Input "N" for: artistname\artworks file hierarcy. Input "Y" for: artistname\post\artworks file hierarcy.
y
Slept for 2750 miliseconds so as not to overburden the site.
Downloading: https://kemono.party/https://c4.kemono.party/data/3c/2e/3c2e55088ea22ea02ff4a5daaeefbbcccde66254213a3dd8b6544321ea65ecb2.mp4
Downloading attachment: 1741535_Download Knit.mp4
The remote server returned an error: (404) NOT FOUND.
The remote server returned an error: (404) NOT FOUND.

VyZi commented

For whatever it is coded to add the base url to the attachment url

Just change BASE_URL to "" and it should work

You can find at the start of the code in the old versions and somewhere in DownloadingArt.cs in the newer ones