77 Commits (f19b8fd7dd59a8045be98bfbb66e4146ceb0e9c2)

Author SHA1 Message Date
  Aaron Parecki f19b8fd7dd
refactor XKCD parsing 6 years ago
  Aaron Parecki 6b65ae1b94
refactor for parsing Instagram and GitHub complete 6 years ago
  Aaron Parecki 2f52eba556
rename Fetcher class, add stub Parser class 6 years ago
  Aaron Parecki 4014da6dc7
moves fetching logic into a library class 6 years ago
  Aaron Parecki 932cbedf45
refactor Rels class into library and controller 6 years ago
  Aaron Parecki 00dbc3dae1
relicense under MIT 6 years ago
  Aaron Parecki 5221cf79e9
get rid of global functions 6 years ago
  Aaron Parecki 35669270e3
reorganize XRay classes, use p3k-http lib 6 years ago
  Aaron Parecki 2a3d7b4923
add in-reply-to for issue comments 6 years ago
  Aaron Parecki b76d72a77b
return issue labels as category 6 years ago
  Aaron Parecki fc41098477
fix 6 years ago
  Aaron Parecki 6733145b47
pass through http response code 6 years ago
  Aaron Parecki 19908117eb
set user-agent header for github requests 6 years ago
  Aaron Parecki f8e9a87667
parse github issues and comments 6 years ago
  Aaron Parecki 5f63ed7944
updates for instagram scraping 6 years ago
  Aaron Parecki ee7fa97654
skip parsing xkcd home page 6 years ago
  Aaron Parecki 63ab3031a3
parse XKCD comics 6 years ago
  Aaron Parecki 5f5392a7b8
deduplicate categories, and strip leading hashtags 6 years ago
  Aaron Parecki a1234f61e3
recognize h-card if it's the only object 6 years ago
  Aaron Parecki c255df7421
add swarm-coins to h-entry 6 years ago
  Aaron Parecki 4a4bc73f5e
don't include the RT'd photo or video in the main entry 6 years ago
  Aaron Parecki 345bed6075
fix for #26 6 years ago
  Aaron Parecki 5e60e13b5a
add h-recipe 6 years ago
  Aaron Parecki 5d8fb4e13c
support h-review and h-product vocab 6 years ago
  Aaron Parecki bc74919ade
return status code and final URL in response 6 years ago
  Aaron Parecki 693cb9d636
use p3k\timezone library 6 years ago
  Aaron Parecki 4a08c1fd2f
package for releasing to shared servers 6 years ago
  Aaron Parecki 876d4696fb catch non-expanded profile URLs 6 years ago
  Aaron Parecki 755fe8c222 fix positive timezones and case-insensitive username check 6 years ago
  Aaron Parecki ebea6869e1 set UTF-8 for mb_substr 6 years ago
  Aaron Parecki 0beac036b9 add twitter support 6 years ago
  Aaron Parecki db8dba9f23 include published date for Instagram photos 6 years ago
  Aaron Parecki 773252559d parse instagram photos and videos 6 years ago
  Aaron Parecki 2f9f80c4e6 remove unused function 6 years ago
  Aaron Parecki 3bdafad98e
parse URLs with fragment IDs 6 years ago
  Aaron Parecki 1a1215c0be
attempt to catch fatal errors and print a nice message 6 years ago
  Aaron Parecki a7780fb671
set connect timeout 6 years ago
  Aaron Parecki 565d50b862
add token fetching and authentication for posts 6 years ago
  Aaron Parecki 62697ee46b strict type checking on properties 7 years ago
  Aaron Parecki 1f6de10aba add tests for validating URL fields 7 years ago
  Aaron Parecki 5672004535 remove url param since it was not used 7 years ago
  Aaron Parecki 4a82561536 fix for h-event parsing 7 years ago
  Aaron Parecki 1aa2f01d94 convert hostnames to lowercase 7 years ago
  Aaron Parecki 138cddd158 also return audio property 7 years ago
  Aaron Parecki 6de9be2567 parse h-event 7 years ago
  Aaron Parecki ee5e48e1ef if there is exactly one item and it's an h-entry, use that 7 years ago
  Aaron Parecki 9054b0947c specific error when there is no content at the URL 7 years ago
  Aaron Parecki 1924d1000e add log messages to debug which case a URL is hitting 7 years ago
  Aaron Parecki b7f49a7958 fix should follow redirects check 7 years ago
  Aaron Parecki 8dc0caa4d0 use effective URL after following redirects when comparing URLs 7 years ago