Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

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

Open
Doome161 opened this issue Mar 12, 2020 · 3 comments
Labels

Comments

@Doome161
Copy link

Doome161 commented Mar 12, 2020

Before submitting an issue, make sure you have:

  • [x ] Updated to the lastest version
  • [ x] Read the README
  • [ x] Searched the bugtracker for similar issues including closed ones
  • [x ] Reviewed the sample code in tests and examples

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
Copy link

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 😄

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

Cheers,
Your Friendly Neighborhood ProBot

@dropitlikecross
Copy link

dropitlikecross commented Mar 26, 2020

Same question~

According to this it should be in photos?

def download_photo(
    self, media_id, folder="photos", filename=None, save_description=False

@chrishsr
Copy link

Same question :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants