summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-10Made removeBadStories modular and reduced crashes by checking for nonetypesssstvinc2
2017-03-09reframed images to crop off Guardian's bottom blue linessstvinc2
2017-03-09Reworked Guardianssstvinc2
2017-03-06Added spotCheck ability. Other minor tweaksssstvinc2
2017-02-24minor tweaks, re-enabled NYT and GDNssstvinc2
2017-02-19file cleanupssstvinc2
2017-02-19fixed issue where links would also pop open a new instance of homepagessstvinc2
2017-02-19file cleanupssstvinc2
2017-02-19Fixed bounding box on h1sssstvinc2
2017-02-19Print output formattingsstvinc2
2017-02-18Added The Hill; also tweaked buildArticle()sstvinc2
2017-02-18Fixed NPR parsing; put NYT back in; Mobile CSSsstvinc2
2017-02-16Added NPRsstvinc2
2017-02-16Grace made it prettiersstvinc2
2017-02-16Added in title checks for article removalsstvinc2
2017-02-16Some parsing tweaks, mostly for The Guardiansstvinc2
2017-02-16Added The Guardian to sourcessstvinc2
2017-02-16More parsing fixes, more bad article flaggingsstvinc2
2017-02-16Pulled NYT again; minor fixes for NBC, Blazesstvinc2
2017-02-15Fixed NYT, plus other parsing fixes and a minor visual tweaksstvinc2
2017-02-15Changed randomization algorith for H2 and H3; fully implemented H3sstvinc2
2017-02-15The Blaze added to new parser; also fixed Blaze desription fieldssstvinc2
2017-02-15Added CBS to new parsersstvinc2
2017-02-15Added NBC to new parsersstvinc2
2017-02-15Added BBC to new parsersstvinc2
2017-02-15Added author name to Article class; added removeBadArticles() filter functionsstvinc2
2017-02-14Weekly Standard now uses new parsersstvinc2
2017-02-14modularized code a bit, and added Fox News with new parsersstvinc2
2017-02-14New parsing method startedsstvinc2
Got NYT up and running with new object type and custom parser
2017-02-13Better URL obfuscation methodsstvinc2
Was pointing to static HTML files, but they changed anytime the program was re-run, causing links to point to unexpected URLs. Changed to javascript obfuscation, using an onclick event rather than the href, which sufficiently hides the URL for most purposes.
2017-02-13New layout implemented, plus a CBS fixsstvinc2
2017-02-13Draft of new page layoutsstvinc2
Saving this in case of need to rollback
2017-02-12Obfuscated h2 URLssstvinc2
See prior commit for description
2017-02-12Obfuscated h1 linkssstvinc2
Added redirect files to the server. Main html template file now has static links to those files; those files are written with javascript redirect to actual articles.
2017-02-12Increased # of secondary stories from 4 to 6ssstvinc2
2017-02-12Bug fix for try/except error catchingssstvinc2
2017-02-12Added try/except pairs to handle parsing errors; reduced terminal outputssstvinc2
2017-02-11Added BBC as source; added stubURL functionalityssstvinc2
2017-02-11Removed commented code and print debuggingssstvinc2
2017-02-11Added og:description text to top storiesssstvinc2
2017-02-11Added 'description' field to Article classssstvinc2
2017-02-10NYT tweakssstvinc2
2017-02-09removing files the right way this timessstvinc2
2017-02-09Deleted a few unnecessary files from the repossstvinc2
2017-02-09Added/tweaked a few news sources, and added a source list to the pagessstvinc2
2017-02-09removing scratch html files from repossstvinc2
2017-02-09adding in placeholder file to ensure creation of scratch/ssstvinc2
2017-02-09VIM is fucking garbagessstvinc2