Use username/:tagged as target for tagged posts
Subdirs in profile folders were introduced with --highlights, and moving :tagged posts there allows to further call instaloader as instaloader [flags] */ (#154)
This commit is contained in:
parent
567a04a661
commit
0e534ba519
@ -699,7 +699,7 @@ class Instaloader:
|
|||||||
|
|
||||||
.. versionadded:: 4.1"""
|
.. versionadded:: 4.1"""
|
||||||
if target is None:
|
if target is None:
|
||||||
target = profile.username + ':tagged'
|
target = profile.username + '/:tagged'
|
||||||
self.context.log("Retrieving tagged posts for profile {}.".format(profile.username))
|
self.context.log("Retrieving tagged posts for profile {}.".format(profile.username))
|
||||||
count = 1
|
count = 1
|
||||||
for post in profile.get_tagged_posts():
|
for post in profile.get_tagged_posts():
|
||||||
|
Loading…
Reference in New Issue
Block a user