I am trying download a page using wget by passing variable which holds url using python,but it didn't work.
url=http://www.example.com/support/security/
os.system("wget -P download url")
can anyone specify what is wrong with this...?
I am trying download a page using wget by passing variable which holds url using python,but it didn't work.
url=http://www.example.com/support/security/
os.system("wget -P download url")
can anyone specify what is wrong with this...?
Python code:
Bash code: