mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-28 11:50:40 -04:00
5 lines
55 B
Python
5 lines
55 B
Python
|
|
|
|
def url_parse(str):
|
|
return str.replace(' ', '+')
|