mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.71k stars 953 forks source link

[Nozomi] Case-sensitive tags #1860

Closed jgrubs1 closed 3 years ago

jgrubs1 commented 3 years ago

Quick description: when used with Nozomi, gallery-dl appears to convert case-sensitive tags to lower case, thus making it impossible to download certain tags.

There seems to be a problem with case-sensitive tags and search results on Nozomi. For example, the following result returns 85 pages when opened directly in the browser: https://nozomi.la/search.html?q=DAZ-Studio

However, when downloading this exact URL with gallery-dl, just a few results are returned. I believe this happens because the search result is converted to lower-case somewhere in the download pipeline. I verified that by trying the following link in the Web browser: https://nozomi.la/search.html?q=daz-studio

The result of this search matches the images downloaded by gallery-dl.

Expected behavior: gallery-dl should not convert the case of the tags or the search terms.

Hrxn commented 3 years ago

Yeah.. this quirky site is apparently using case-sensitive tags. Weird.