Skip to content

Commit

Permalink
[subscribestar] emit metadata for posts without media (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Nov 18, 2021
1 parent 1c8aaf9 commit 522782c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gallery_dl/extractor/subscribestar.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def items(self):
self.login()
for post_html in self.posts():
media = self._media_from_post(post_html)
if not media:
continue
data = self._data_from_post(post_html)
yield Message.Directory, data
for num, item in enumerate(media, 1):
Expand Down

0 comments on commit 522782c

Please sign in to comment.