mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-23 13:05:42 +01:00
Merge branch 'master' into add-limit-entries
This commit is contained in:
commit
0dfb71de00
@ -57,6 +57,12 @@ A file called `rss.xml` will be created.
|
||||
|
||||
## Development
|
||||
|
||||
Activate Debug messages by console.
|
||||
|
||||
```
|
||||
export SR_LOG_LEVEl=DEBUG
|
||||
```
|
||||
|
||||
### Compiling
|
||||
|
||||
```shell
|
||||
|
@ -1,7 +1,7 @@
|
||||
feedgen==0.9.0
|
||||
feedparser==6.0.10
|
||||
listparser==0.19.0
|
||||
lxml==4.9.2
|
||||
lxml==4.9.3
|
||||
python-dateutil==2.8.2
|
||||
pyyaml==6.0
|
||||
pyinstaller==5.13.0
|
||||
pyinstaller==6.0.0
|
@ -171,7 +171,7 @@ def main():
|
||||
fe.published("1970-01/01T00:00:00+00:00")
|
||||
fe.updated("1970-01/01T00:00:00+00:00")
|
||||
continue
|
||||
except KeyError:
|
||||
except Exception:
|
||||
# Sometimes feeds don't even provide a publish date, so we default to
|
||||
# the start date &time of the Unix epoch.
|
||||
log.warning("Empty publish attribute, defaulting..")
|
||||
|
Loading…
Reference in New Issue
Block a user