WIP better import drops

This commit is contained in:
Joakim Hellsén 2025-12-01 21:38:28 +01:00
commit 69fa30748a
No known key found for this signature in database
10 changed files with 399 additions and 40 deletions

View file

@ -201,7 +201,7 @@ class DropCampaignFeed(Feed):
def item_guid(self, item: DropCampaign) -> str:
"""Return a unique identifier for each campaign."""
return item.id + "@ttvdrops.com"
return item.twitch_id + "@ttvdrops.com"
def item_author_name(self, item: DropCampaign) -> str:
"""Return the author name for the campaign, typically the game name."""