WIP better import drops
This commit is contained in:
parent
0400fed26a
commit
69fa30748a
10 changed files with 399 additions and 40 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue