mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-05-29 22:49:10 +02:00
Update media_scrapper.py
This commit is contained in:
parent
9507c160c4
commit
fdffcd503b
@ -498,7 +498,7 @@ def InstagramDownload(url, name, path) -> str:
|
||||
return path + "\\" + name + ".mp4"
|
||||
elif photo_url:
|
||||
response = requests.get(photo_url)
|
||||
with open(path + name + "\\" + ".jpg", "wb") as f:
|
||||
with open(path + "\\" + name + ".jpg", "wb") as f:
|
||||
f.write(response.content)
|
||||
return path + "\\" + name + ".jpg"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user