Ignore reposts instead of blindly reassigning them

There are very, very good odds that we can't actually attribute that release to that user, so we can't just blind reassign. Bad idea.
This commit is contained in:
Salt 2025-01-24 19:09:14 -06:00
parent e64c43f862
commit e6bfed2d27

View File

@ -33,7 +33,7 @@ def odysee_get_releases(handle):
# confident enough in my knowledge of the LBRY API to whitelist instead of
# blacklist value_types.
if item["value_type"] == "repost":
item = raw_item["reposted_claim"]
continue
if item["value_type"] == "stream":
pass
elif item["value_type"] == "collection":