Christian Kruse
|
4e5709637c
|
Merge pull request #7 from myfreeweb/no-underscores
Make underscorifying keys optional; make HTTPotion optional
|
hace 1 año |
Greg V
|
cc7e418dee
|
Make HTTPotion an optional dependency and fix README
|
hace 1 año |
Greg V
|
d9ead5c456
|
Make underscorifying keys optional
|
hace 1 año |
Christian Kruse
|
e758cf6c31
|
fix: ensure that the found classes are valid mf2 class names
Fixes #3
|
hace 1 año |
Christian Kruse
|
8c673ae24e
|
Merge pull request #6 from myfreeweb/master
Fix implied_photo_deep trying to use a string as an element
|
hace 1 año |
Greg V
|
2d380aa72b
|
Fix implied_photo_deep trying to use a string as an element
Found by using Html5ever parser
|
hace 1 año |
Christian Kruse
|
7dad01944a
|
the great refactoring[tm]
Much more idiomatic Elixir code
|
hace 1 año |
Christian Kruse
|
024e60848a
|
fix: use blank?/1 helper to determine if there is a <base/> element
|
hace 1 año |
Christian Kruse
|
5bb95ee33a
|
ref: easier readable code
|
hace 1 año |
Christian Kruse
|
b2ad5c62d1
|
Merge pull request #5 from myfreeweb/master
Allow processing already parsed html trees, add option to keep string keys
|
hace 1 año |
Greg V
|
dca67c6e95
|
Add :atomize_keys config option that allows disabling to_atom on user input
It's not a good idea to turn arbitrary HTML classes into atoms:
https://engineering.klarna.com/monitoring-erlang-atoms-c1d6a741328e
|
hace 1 año |
Greg V
|
337b2fe8e0
|
Allow parsing pre-parsed HTML trees
|
hace 1 año |
Greg V
|
3fb8bfa8bb
|
Fix readme: HTTPotion doesn't *parse URLs*
|
hace 1 año |
Greg V
|
a37ce2e576
|
mix deps.update --all
HTTPotion 3.1.1 downgrades ibrowse to 4.4.0 from 4.4.1, fixing HTTPS
|
hace 1 año |
Christian Kruse
|
76c0193020
|
version push
|
hace 2 años |
Christian Kruse
|
ab371dfef0
|
fix: also check for an empty list on Floki.attribute(child, "alt") call
Fixes #2
|
hace 2 años |
Christian Kruse
|
9769b7924f
|
mix deps.update --all
|
hace 2 años |
Christian Kruse
|
16dc987f6b
|
ref: ignore elixir language server files
|
hace 2 años |
Christian Kruse
|
a7b1d0e6ac
|
fix: update version in dependency in readme file
|
hace 2 años |
Christian Kruse
|
3640aa1cc2
|
fix: readme indentation for code
|
hace 2 años |
Christian Kruse
|
936617aa68
|
fix: update license note in readme file
|
hace 2 años |
Christian Kruse
|
3b46dd0e61
|
version push & dependency updates
|
hace 2 años |
Christian Kruse
|
ce6153ded7
|
relicensing to MIT license
|
hace 2 años |
Christian Kruse
|
bb16cecff8
|
version push
|
hace 3 años |
Christian Kruse
|
11443a3132
|
mix deps.update --all
|
hace 3 años |
Christian Kruse
|
6481ebc506
|
mix format
|
hace 3 años |
Christian Kruse
|
b9754e1875
|
ref: use String.trim/1 instead of String.strip/1
|
hace 3 años |
Christian Kruse
|
c14ff17b48
|
version push
|
hace 3 años |
Christian Kruse
|
f3888a4203
|
ref: updating deps
|
hace 3 años |
Christian Kruse
|
cd2b3ad5e4
|
deps.update --all
|
hace 4 años |
Christian Kruse
|
35072f749f
|
version push
|
hace 4 años |
Christian Kruse
|
78cc0e24b8
|
ref: elixir 1.4 compatibility
|
hace 4 años |
Christian Kruse
|
ba35aaf6b4
|
fix: typos
|
hace 4 años |
Christian Kruse
|
e8110ab451
|
ref: version push
|
hace 4 años |
Christian Kruse
|
14304c8572
|
ref: updating dependencies
|
hace 4 años |
Christian Kruse
|
e60ba0463c
|
version push
|
hace 5 años |
Christian Kruse
|
53ac500fb3
|
ref: with the new httpotion version we can follow redirects
|
hace 5 años |
Christian Kruse
|
6d0e46bebf
|
fix: version push in readme
|
hace 5 años |
Christian Kruse
|
fe36d55763
|
version push
|
hace 5 años |
Christian Kruse
|
1453755810
|
fix: tests
|
hace 5 años |
Christian Kruse
|
58dcc7518e
|
fix: strip content for e-*
|
hace 5 años |
Christian Kruse
|
4aa992ab7f
|
fix: remove parent node for e-*
|
hace 5 años |
Christian Kruse
|
02f51fa4fd
|
ref: removed variable
we now use a function and no longer need it
|
hace 5 años |
Christian Kruse
|
511175f277
|
version push
|
hace 5 años |
Christian Kruse
|
43a00797cd
|
ref: don’t use git version any more
|
hace 5 años |
Christian Kruse
|
66152f3956
|
version push
|
hace 5 años |
Christian Kruse
|
2eec0d5d9f
|
loads of bugfixes
|
hace 5 años |
Christian Kruse
|
5fbcf4ac94
|
fix: recurse into subtree to parse elements
|
hace 5 años |
Christian Kruse
|
0e2d0c74b7
|
fix: don’t overwrite a variable name
|
hace 5 años |
Christian Kruse
|
6094fc9e43
|
fix: don’t save a list but a string as attribute value
|
hace 5 años |