fix not implement

This commit is contained in:
felinae98 2021-02-17 00:58:12 +08:00
parent 679cb2f24d
commit 47bd9685dd
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -236,6 +236,8 @@ class PlatformNoTarget(PlatformProto):
self.get_category(raw_post)
except CategoryNotSupport:
continue
except NotImplementedError:
pass
res.append(raw_post)
self.exists_posts.add(post_id)
return res