353 Commits

Author SHA1 Message Date
105ca67744 Move facebook token to own script
To a PHP script actually. Not sure why PHP. Keeps morss' code cleaner. This piece of code had nothing to do in there, and didn't bring any advantage.
2014-11-19 20:09:27 +01:00
a9654ea578 Fix encoding detection in feedify 2014-11-19 12:25:18 +01:00
8131ea2244 HTTPS SSL certificate validation
Specific error message added
2014-11-19 11:59:59 +01:00
1b26c5f0e3 Split SimpleDownload in a lot of Handlers
Cleaner code, easier to edit, more flexibility. Paves the way to SSL certificates validation.
Still have to clean up the code of AcceptHeadersHandler.
2014-11-19 11:57:40 +01:00
f46576168a Add :mono to disable multithreading
Convenient to have linear logging
2014-11-10 23:14:54 +01:00
5dd262139d Add HTTP error code to download error message 2014-11-09 15:45:01 +01:00
6d5bb2b3c5 Print error message in wgi mode 2014-11-09 15:44:42 +01:00
a820cf6812 Run :strip in After
Makes more sense
2014-11-09 15:01:50 +01:00
607df4b123 Fix Twitter
They changed the html structure of the profile pages
2014-11-09 15:00:38 +01:00
5eefe2c916 Log more when using wgi 2014-11-08 21:22:34 +01:00
6f2061ff37 Fix :smart
Wasn't using the right way
2014-11-08 21:22:07 +01:00
c5e3aa664a Update README after After split 2014-11-08 20:32:34 +01:00
40834eeb93 Split After into Before/After
Needed since a bunch of options needed to be run before the actual fetching (cause no-one needs to fetch the articles of to-be-dropped items)
2014-11-08 20:31:29 +01:00
f20fb9cdf6 Use more stable loop-over-list in Gather 2014-11-08 20:30:36 +01:00
6a40731248 Return output when DEBUG is on
Much more convenient to actually debug
2014-11-07 18:44:59 +01:00
dedb7fa5a4 Add :smart to README 2014-11-07 18:42:57 +01:00
d3eb2dd88d Implement :smart to save bandwidth 2014-11-07 18:40:44 +01:00
aed2a9bdd3 Add new options to README 2014-11-07 10:20:33 +01:00
67fc5f06f8 Run "After" even when debug mode is on 2014-11-06 21:15:16 +01:00
ad2673f474 Add :emtpy to remove all items
This is completely useless...
2014-11-06 21:14:41 +01:00
ecfda1d05a Add :strip to remove desc and content 2014-11-06 21:14:20 +01:00
1a8ee716f3 Add "search" option
PLEASE NOTE that this is case sensitive and does really basic research ("is xyz in the title?"). Don't use this for fine filtering.
Also fixed an issue with After(), due to the fact that some functions were removing items from the feed while looping over the feed items, creating some anoying item-skipping issues.
2014-11-06 21:11:23 +01:00
690bf43977 reader: show desc if no content is available 2014-10-26 19:22:57 +01:00
0e22bb4316 Cache: catch json parse erros 2014-09-28 12:03:58 +02:00
5f8288eecb Add :hungry to fill feeds with long intros 2014-06-28 01:43:31 +02:00
ac69b28f1b Pass options to Fill 2014-06-28 01:43:09 +02:00
6cc3e7eb93 Fix :callback and add content-type 2014-06-28 01:20:47 +02:00
0ec7c2f3e6 Fix :callback crash 2014-06-28 01:13:29 +02:00
484432d804 Add :callback for JSONP calls 2014-06-28 00:59:57 +02:00
226441d821 Add :cors for cross-domain XHR (with README update) 2014-06-28 00:59:13 +02:00
230659a34b Reenable args with values 2014-06-28 00:58:37 +02:00
38b90e0e4c Fix template syntax 2014-06-22 20:23:32 +02:00
d877e856d3 Fix feed.items.append since pep8
The underscore naming convention was not yet applied in that function
2014-06-22 20:13:36 +02:00
ee3b2590d0 Remove useless line-break (pep8) 2014-06-22 20:00:44 +02:00
5a0084c7cc Fix isPermaLink in feedify 2014-06-22 19:54:13 +02:00
e991d356f4 Fix duckduckgo layout in .ini 2014-06-22 19:53:53 +02:00
ecabbc0175 Replace <a> with <span> in reader with :noref 2014-06-22 19:42:52 +02:00
8fd21ec9fd Add reader template to python package 2014-06-22 17:08:51 +02:00
fb8c0eeabc Update author in setup.py 2014-06-22 02:21:43 +02:00
6352ef28a9 Use pep8-like layout for .ini 2014-06-22 02:14:11 +02:00
3ca5dbaf31 Raise ImportError when missing dependency for call 2014-06-22 02:04:14 +02:00
9f51448160 Use xrange where applicable (faster) 2014-06-22 02:02:43 +02:00
f01efb7334 Make most of the code pep8-compliant
Thanks a lot to github.com/SamuelMarks for his nice work
2014-06-22 01:59:01 +02:00
da0a8feadd Replace TABS with FOUR SPACES in .py
(you might want to use: git diff -w)
2014-06-21 18:35:59 +02:00
da857f8bb2 Remove useless odata var in morss/morss.py 2014-06-21 18:25:50 +02:00
3c859423b3 Add requirements, edit setup.py and README 2014-06-21 16:38:48 +02:00
3fbeb892ca Fix typo in README 2014-06-21 16:30:18 +02:00
286b90ab8e Fix typo in error raising message 2014-06-21 16:29:05 +02:00
cc27483143 Remove ununsed imports 2014-06-21 16:13:54 +02:00
1cf959ce5b Fix item.link deletion 2014-06-21 16:08:37 +02:00