merge all rss

This commit is contained in:
Dima Gerasimov 2019-09-30 20:09:40 +01:00
parent 35b6d6ff97
commit 420d444633
4 changed files with 26 additions and 10 deletions

View file

@ -12,7 +12,6 @@ from dateutil.parser import isoparse
@listify
def parse_file(f: Path):
raw = json.loads(f.read_text())
print(raw)
for r in raw:
yield Subscription(
# TODO created_at?