mirror of
https://github.com/zoriya/Autopipe.git
synced 2026-06-05 07:59:11 +00:00
Fixing pipeline run for the downloader, reworking input gestion, moving prints & logging management
This commit is contained in:
@@ -8,7 +8,6 @@ import feedparser
|
||||
|
||||
class RssInput(Input):
|
||||
def __init__(self, url: str, mapper: Callable[[List], APData], start_from_now: bool = True):
|
||||
super().__init__()
|
||||
self.url = url
|
||||
self.mapper = mapper
|
||||
self.last_etag = None
|
||||
|
||||
Reference in New Issue
Block a user