baruX
Results
2
comments of
baruX
Please can these save the pastes as their real name, not that one given in the link like "README.txt" not "a1yBnbbT"
I did it, here we go ``` pastebin_url, pastebin_ref = process_the_find(nice_find) all_pastebin_urls.add(pastebin_url) save_it_as = "/" + ''.join(nice_find.contents) get_and_save_the_paste(the_target, pastebin_url, save_it_as) pastes_saved = pastes_saved + 1 ```