--hashtag-username to store by-username

With --hashtag-username given, if downloading per #hashtag, instead of
per username, for each picture an additional request to the Instagram
server is issued to lookup the picture's username. Instead of storing
files in #hashtag/timestamp.jpg, files are stored in
username/timestamp.jpg as it is the default when not downloading per
hashtag.

This closes #22.
This commit is contained in:
Alexander Graf
2017-06-27 09:17:06 +02:00
parent 591dfd31e4
commit 4768fdbd10
2 changed files with 31 additions and 9 deletions

View File

@@ -122,7 +122,10 @@ be downloaded.
username and your instagram profile name.
--no-profile-subdir Instead of creating a subdirectory for each profile and
storing pictures there, store pictures in files named
PROFILE__DATE_TIME.jpg.'
'PROFILE__DATE_TIME.jpg.'
--hashtag-username When downloading by #hashtag, lookup the picture's username
to decide in which directory to store, rather than storing
all pictures in directory '#hashtag'.
To get a list of all flags, run ``instaloader --help``.