Commit Graph
63 Commits
Author SHA1 Message Date
Brian O'Donnell ec77844008 Fix for issue #3 - decode uft8 strings before storing in the db 2016-04-14 13:25:54 -04:00
Brian O'Donnell 560380424a Fix for issue #4: utf8 encoding woes 2016-04-14 10:17:44 -04:00
Brian O'Donnell e28efde5bb Indentation fix 2016-04-13 21:54:39 -04:00
Brian O'Donnell a5f6647960 Fix for issue #3 - Retreive utf8 characters properly from the database 2016-04-13 21:48:01 -04:00
Brian O'Donnell 2fdb45cc4c Fix for issue #3: Check if 'summary' field is a hashref or string 2016-04-13 21:25:41 -04:00
Brian Ó Donnell 40c8a9b822 Added --via and --no-branding options 2016-02-22 22:58:13 -05:00
Brian Ó Donnell 813d2cec27 Fixed regex bug introduced in previous commit 2015-12-30 12:49:22 -05:00
Brian Ó Donnell 9fc84933a7 Fixed embedded image mismatching when 'src' is not the first 'img' tag attribute 2015-12-30 11:03:36 -05:00
Brian O'Donnell 5e83ea6935 Modified regex to include 30 additional English stop words 2015-11-18 20:18:03 -05:00
Brian O'Donnell c148fe403d Added more common stop words 2015-11-18 14:14:52 -05:00
Brian O'Donnell bd43e14829 Merged from pod_tweeter branch 2015-08-09 22:29:05 -04:00
Brian O'Donnell b68534361f Fix for image links with query params 2015-07-27 23:39:54 -04:00
Brian O'Donnell 6173d53ddc Merge change from pod_tweeter branch: 2015-07-25 22:22:48 -04:00
Brian O'Donnell efeccc9e47 Also looks in 'content:encoded' for image links 2015-07-25 15:43:55 -04:00
Brian O'Donnell 3e23eb2f7c Added --ignore-tag option 2015-07-16 13:16:52 -04:00
Brian O'Donnell 772978df06 Reversed feed ordering so items are added to the db chronologically 2015-07-16 08:11:52 -04:00
Brian O'Donnell a577a37264 Merged version accidentally committed to pod_tweeter branch 2015-07-07 11:49:22 -04:00
Brian O'Donnell a724459abb Improved description parsing logic and added image embedding support for (some) Atom feeds 2015-07-06 20:31:57 -04:00
Brian O'Donnell 2b8a7c160a Fixed usage formatting 2015-07-05 17:00:46 -04:00
Brian O'Donnell 5ccecd72d1 Fixed regex match bug 2015-07-05 16:39:10 -04:00
Brian O'Donnell be1da25a0c Extracts img title tag for hover text if present 2015-07-05 16:19:49 -04:00
Brian O'Donnell be2b2eb7f4 Added (experimental) support for embedding images in posts, primarily for webcomics 2015-07-05 11:54:48 -04:00
Brian O'Donnell 892fdb17e8 Strip ` as well as ' in title tags 2015-05-28 22:40:52 -04:00
Brian O'Donnell cb1e2dff79 Fixed overly agressive link filtering in previous commit 2015-05-27 10:41:46 -04:00
Brian O'Donnell 555f81f5de Ignore feed items with missing or empty 'link' attribute 2015-05-27 09:56:57 -04:00
Brian O'Donnell 5d350e3cac Substitue link for guid if guid field is missing 2015-05-24 21:46:13 -04:00
Brian O'Donnell 5c4c626834 Strip apostrophes from words when hashtagifying titles 2015-05-11 09:40:52 -04:00
Brian O'Donnell 77536f8332 Output formatting tweak 2015-05-05 20:54:55 -04:00
Brian O'Donnell f3082a346c Added --limit option to prevent stream spamming on high volume or backlogged feeds 2015-05-05 20:50:25 -04:00
rev138 ec9d103a79 Fixed token extraction for compatibility with v0.5.0.0 2015-05-03 22:42:12 -04:00
rev138 50d996959b Post formatting 2015-04-26 10:15:58 -04:00
rev138 4f85d9c564 Revert previous change 2015-04-24 20:50:27 -04:00
rev138 a8662b0c57 Removed h2 tag from hyperlinked titles
This seems to be preventing D* from processing the opengraph data
2015-04-24 13:07:46 +00:00
Brian O'Donnell a554b2df3e Markdown formatting 2015-04-23 17:07:38 -04:00
Brian O'Donnell baf2efc4ca Markdown formatting 2015-04-23 16:57:18 -04:00
Brian O'Donnell 2cd286816b Added sanitization of database query inputs and added the --post-raw-link option 2015-04-23 16:40:34 -04:00
Brian O'Donnell 6f16e5fbfc Fixed tag parsing for strings with parentheses and other punctuation 2015-04-23 13:43:55 -04:00
Brian O'Donnell ab0398dc67 Script now auto-creates db file and schema 2015-04-22 16:21:06 -04:00
Brian O'Donnell a450df7c0c Cleaned up trailing whitespace in code 2015-04-22 13:38:41 -04:00
Brian O'Donnell 8fc1e0d2e8 Fixed/improved tag extraction from titles 2015-04-22 11:52:15 -04:00
Brian O'Donnell c5f75b7b48 Code re-org/cleanup 2015-04-22 11:32:23 -04:00
Brian O'Donnell 0c251d7487 Removed 'use Encode' as it is a useless dependency 2015-04-22 11:26:36 -04:00
Brian O'Donnell 9b19a9de3e Last commit had 'normalize' in the wrong place 2015-04-22 11:24:46 -04:00
Brian O'Donnell 6fe047f10e Added unicode normalization of feed input 2015-04-22 11:05:48 -04:00
Brian O'Donnell 5e6c8aeb17 Changed string parsing to handle unicode characters properly 2015-04-22 10:56:11 -04:00
Brian O'Donnell a40a5a8f73 Corrected the code submitted by RichKavanagh to add the provider_display_name to the POST payload 2015-04-22 09:31:03 -04:00
Brian O'Donnell a0a6209883 Consolidated sub paramaters to increase readability and make passing through top-level params cleaner 2015-04-21 12:04:59 -04:00
Brian O'Donnell f261f06c4c Added support for Atom feeds 2015-04-21 10:27:21 -04:00
Brian O'Donnell 34de5d0be2 Split titles on whitespace, instead of non-alphanumeric 2015-04-21 09:02:56 -04:00
Brian O'Donnell 2a0be250d1 Added support for correlated.org's funky RSS format, and hopefully any other feeds that use the same 2015-04-21 08:40:13 -04:00