pictuga
|
4ba4d73ce6
|
feeds: add json support
|
2020-03-17 14:02:01 +01:00 |
pictuga
|
6d5aa8c222
|
feeds: clean up .append()
|
2020-03-17 13:59:51 +01:00 |
pictuga
|
f10727f94a
|
feeds: small code cleanup's
|
2020-03-17 12:26:34 +01:00 |
pictuga
|
d42e19a165
|
feeds: beter rules handling
"Dynamic" rule set picking, better handling of non-multi rules
|
2020-03-17 12:23:36 +01:00 |
pictuga
|
fe46c6c522
|
feeds: pass parent Feed to Items
|
2020-03-17 12:22:14 +01:00 |
pictuga
|
9c557ea02c
|
feeds: fix function def
|
2020-03-17 11:08:40 +01:00 |
pictuga
|
8a4f86210c
|
feedify.ini: remove utf-8 declaration
Screws up with the parser as it is read as unicode (and xml parser expects bytes)
|
2020-03-17 11:06:59 +01:00 |
pictuga
|
ce30952fa2
|
feeds: make "rule" split clearer
"rrule" var name to tell appart the original "rule" from the parsed one
|
2020-03-16 17:46:04 +01:00 |
pictuga
|
3fb6ff891c
|
feeds: share more code, add comments
Should reduce redundancy
|
2020-03-16 17:45:08 +01:00 |
pictuga
|
f5acd2c14c
|
feeds: use RawConfigParser
This one does not try to replace non-std characters (e.g. %)
|
2020-03-16 17:43:03 +01:00 |
pictuga
|
7cb3b29ef2
|
feeds: remove unused import
|
2020-03-16 17:38:48 +01:00 |
pictuga
|
9cb2d5bb86
|
feeds: centralize time format/parse
At the same code _should_ apply to most, if not all, parsers
|
2018-11-18 16:03:02 +01:00 |
pictuga
|
e606c5eefb
|
feeds: various small cleanup/fixes
|
2018-11-18 15:14:38 +01:00 |
pictuga
|
24c8a0ecd0
|
feeds: fix typo
|
2018-11-13 21:23:24 +01:00 |
pictuga
|
9a62e6ae75
|
feeds: remove old code
|
2018-11-13 21:22:50 +01:00 |
pictuga
|
adbaed9e54
|
feeds: put code tgt
|
2018-11-11 17:24:56 +01:00 |
pictuga
|
3581f34db7
|
Various feeds.py related fixes
|
2018-11-11 16:46:23 +01:00 |
pictuga
|
966559bdd3
|
feeds: fix remove function in case of no match
|
2018-11-11 16:33:36 +01:00 |
pictuga
|
4fb98bc2ed
|
feeds: fix append content
|
2018-11-11 16:33:18 +01:00 |
pictuga
|
4536902530
|
README: make new licence clear
|
2018-11-11 16:13:32 +01:00 |
pictuga
|
679628c7fa
|
Small code clean up
|
2018-11-11 16:11:00 +01:00 |
pictuga
|
399e867c94
|
morss: add py2 indication
|
2018-11-11 16:07:25 +01:00 |
pictuga
|
9b492f310e
|
Switch to AGPL
To close the SaaS loophole
|
2018-11-11 15:36:10 +01:00 |
pictuga
|
c5d8b064ae
|
feeds: fix an error when no match
|
2018-11-11 15:31:46 +01:00 |
pictuga
|
c2a6ea7cfe
|
feeds: give example of regex
|
2018-11-11 15:26:46 +01:00 |
pictuga
|
221e1f85ad
|
feeds: fix implementation in morss
|
2018-11-11 15:26:09 +01:00 |
pictuga
|
857bb9c366
|
feeds: fix remove() unclear function naming
|
2018-11-11 15:25:03 +01:00 |
pictuga
|
75f691b009
|
feeds: fix multi rules parsing
|
2018-11-11 15:21:43 +01:00 |
pictuga
|
401dfbc1ff
|
feeds: fix atom xhtml handling
|
2018-11-11 15:21:06 +01:00 |
pictuga
|
8aceda4957
|
feeds: fix feedify.ini
|
2018-11-11 15:19:41 +01:00 |
pictuga
|
024466733c
|
feeds: remove old code
|
2018-11-09 22:09:59 +01:00 |
pictuga
|
92b06bea6d
|
feeds: fix Uniq for merger
|
2018-11-09 22:05:13 +01:00 |
pictuga
|
94372af868
|
feeds: transitional code for json/csv/html export
|
2018-11-09 22:04:46 +01:00 |
pictuga
|
6d28323e3a
|
feeds: add XML support for merger
|
2018-11-09 22:04:08 +01:00 |
pictuga
|
5a4a86d622
|
feeds: add base classes for merger
|
2018-11-09 22:02:44 +01:00 |
pictuga
|
d321550166
|
feeds: prepare feedify.ini for merger
|
2018-11-09 21:53:19 +01:00 |
pictuga
|
d1aab99b80
|
feeds: replacement code for descriptors
|
2018-10-31 22:15:34 +01:00 |
pictuga
|
16f3ffa96e
|
feeds: remove further Descriptor code
|
2018-10-31 22:15:15 +01:00 |
pictuga
|
02b7e07097
|
feeds: fix typo
|
2018-10-31 22:07:49 +01:00 |
pictuga
|
8487a43c6c
|
feeds: remove FeedList(Descriptor)
|
2018-10-31 22:07:16 +01:00 |
pictuga
|
081d560bc4
|
feeds: create obj to keep FeedItems unique
|
2018-10-31 21:47:19 +01:00 |
pictuga
|
cfd758b6b5
|
feeds: shift easy ones to @property
|
2018-10-26 19:48:39 +02:00 |
pictuga
|
4e144487db
|
Test for feedify support first
Otherwise might never be called if the content-type is also supported
|
2018-10-25 01:17:24 +02:00 |
pictuga
|
d13362c4ac
|
feeds: drop .iterchildren
Redundant
|
2018-10-25 01:16:28 +02:00 |
pictuga
|
17856929fe
|
feeds: pretty_print was made a default
|
2018-10-25 01:16:07 +02:00 |
pictuga
|
90110a4661
|
crawler: reduce max file size
|
2018-10-25 01:15:09 +02:00 |
pictuga
|
91a084e5ed
|
crawler: make py2/3 code distinction clearer
|
2018-10-25 01:14:46 +02:00 |
pictuga
|
5d93d68f62
|
readabilite: add some function descriptions
|
2018-10-25 01:12:42 +02:00 |
pictuga
|
8d7e1811fd
|
readabilite: update lists
Some code was also meant to be committed earlier
|
2018-10-25 01:12:08 +02:00 |
pictuga
|
72d03f21fe
|
readabilite: forgot count_content
Was meant to be in an earlier commit
|
2018-10-25 01:11:29 +02:00 |