Fixed bug where when you type a site's name in the input it searches in the wrong place.
Reason: the program splits the input (as seen in line 265 ), this caused site names with a space between them being split and hence wrong site search. To prevent this, I moved this line in the try-except (as seen on line 266 - green ) so that only if the program is being able to convert it to an integer, it can split it.
1.6.1:
-
Types and Collection boxes are now shown in a tab-view format where you can switch between them easily, instead of being under each other.
-
New search functionality:
Now the dropdown menu is also an input box. You can write a site's name in it, and the program searches if it's valid in the database, if it is it automatically searches in that site. I added this to ignore scrolling down the dropdown in order to find your specific desired website.
The program uses that input box to identify where the user wants to search.