1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00

Fix post filter for downloading tagged posts

This commit is contained in:
Alexander Graf 2020-03-14 16:55:37 +01:00
parent f910705c51
commit 41cf260fdd

View File

@ -911,6 +911,7 @@ class Instaloader:
count += 1
if post_filter is not None and not post_filter(post):
self.context.log('<{} skipped>'.format(post))
continue
with self.context.error_catcher('Download tagged {}'.format(profile.username)):
downloaded = self.download_post(post, target if target else Path(profile.username) / Path(':tagged'))
if fast_update and not downloaded: