Derpibooru-dl
Derpibooru-dl copied to clipboard
Derpibooru_dl.py_2016-7-1_FIXED
This file eliminates the bug preventing users from downloading tags in derpibooru_dl_tag_list.txt that contain spaces (ex. Princess Luna, Shining Armor, etc.) Simply rename to Derpibooru_dl.py and replace your existing file with this file, or wait for Woodenphone to pull this into the master release.
Technical changes: Deleted line 231, as the Derpiboo.ru API now properly handles spaces in tag searches without the need to convert spaces to '+' first. Changed line 231 (previously 232) to append the query_list with stripped_line, as replaced_line is no longer needed.
Why did you make a new file? Just update the current file, it's better to see what changed properly on the file :disappointed_relieved:
TBH I couldn't figure out how. I'll learn all the little intricacies of Github one day, lol.
lol, git commands are hard at first, but you can make the changes on your computer, open the file on GitHub, click the edit button and paste!