ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

[QUESTION] Where were photos downloaded by download_photos_by_hashtag.py saved? #1361

Open Doome161 opened 4 years ago

Doome161 commented 4 years ago

Before submitting an issue, make sure you have:

Which example file are you using?

download_photos_by_hashtag.py 

Describe your Question/Issue:

I started the script download_photos_by_hashtag.py and it seems to me that everything is working fine, but i cannot find the downloaded pictures. Under the folder photos I can only finde the default example photos


Paste the output of python -V here: Python 3.8.2

Error/Debug Log:

2020-03-12 13:48:10,456 - INFO - Received 86 medias.
2020-03-12 13:48:10,456 - INFO - After filtration 4 medias left.
2020-03-12 13:48:10,459 - INFO - Going to download 4 medias.
100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.57s/it]
2020-03-12 13:48:57,769 - INFO - Received 85 medias.
2020-03-12 13:48:57,769 - INFO - After filtration 0 medias left.
2020-03-12 13:48:57,770 - INFO - Nothing to downloads.
2020-03-12 13:49:02,821 - INFO - Received 82 medias.
2020-03-12 13:49:02,822 - INFO - After filtration 5 medias left.
2020-03-12 13:49:02,823 - INFO - Going to download 5 medias.
100%|████████████████████████████████████████████████████████████████████████████████████| 5/5 [01:06<00:00, 13.34s/it]
2020-03-12 13:50:13,819 - INFO - Received 83 medias.
2020-03-12 13:50:13,819 - INFO - After filtration 2 medias left.
2020-03-12 13:50:13,820 - INFO - Going to download 2 medias.
100%|████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:28<00:00, 14.21s/it]
2020-03-12 13:50:42,245 - INFO - Total requests: 90
duplicate-issues[bot] commented 4 years ago

Hey @Doome161,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot

dropitlikecross commented 4 years ago

Same question~

According to this it should be in photos?

def download_photo(
    self, media_id, folder="photos", filename=None, save_description=False
chrishsr commented 4 years ago

Same question :(