Fixing pipeline run for the downloader, reworking input gestion, moving prints & logging management

This commit is contained in:
Zoe Roux
2020-11-15 02:36:37 +01:00
parent c7b19920c2
commit f4441c00b4
5 changed files with 31 additions and 19 deletions
-1
View File
@@ -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