|
@@ -61,7 +61,7 @@ for entry in data['entries']:
|
|
|
textname = textname.replace(':', '').replace(' ', '_')
|
|
|
|
|
|
if not os.path.exists(filename):
|
|
|
- print("Missing:", when.to_datetime_string(), title)
|
|
|
+ print("Missing:", entry['published'], title)
|
|
|
with open(filename, "wb") as fp:
|
|
|
fp.write(entry['summary'].encode('utf-8'))
|
|
|
# Ok, convert into text
|