mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 11:58:28 +03:00
@@ -254,10 +254,10 @@ class Event:
|
||||
class NewsletterCard(Card):
|
||||
title: str
|
||||
description: str
|
||||
imageUrl: str
|
||||
url: str
|
||||
revueAccountId: int
|
||||
issueCount: int
|
||||
imageUrl: typing.Optional[str] = None
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
|
||||
Reference in New Issue
Block a user