Skip to content

Commit

Permalink
url changed to rdbl.koshkin.me
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkosh committed Apr 13, 2016
1 parent 11e9d05 commit 5c81ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is Erlang library to extract reasonable content and remove junk from html p
Inspired by readability.js from arc90.

Source is primary hosted at [github.com/ivkosh](https://github.com/ivkosh/rdbl).
My [Readabilizer service](http://www.rdbl.me/) is using this library to extract content from web pages.
My [Readabilizer service](http://rdbl.koshkin.me/) is using this library to extract content from web pages.

Licensing and author
--------------------
Expand Down
4 changes: 2 additions & 2 deletions src/rdbl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%% @doc
%% rdbl.erl - Erlang readability library.
%% Extracts reasonable content and removes junk from html pages.
%% @reference See <a href="http://www.evl.me">Readabilizer</a> service for more information.
%% @reference See <a href="http://rdbl.koshkin.me">Readabilizer</a> service for more information.
%% @end
%%
%% This libray is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -47,7 +47,7 @@
-define(RE_NEGATIVE, "\\b(comment|meta|footer|footnote)\\b").
-define(RE_POSITIVE, "\\b(post|hentry|entry[-]?(content|text|body)?|article[-]?(content|text|body)?)\\b").
-define(USER_AGENT, "Safari/5.0.3").
-define(MY_API_PATH, "http://www.rdbl.me/?u=").
-define(MY_API_PATH, "http://rdbl.koshkin.me/?u=").

%%
%% @type scored_html_node() = {string(), score(), [html_attr()], [html_node() | string()]}
Expand Down

0 comments on commit 5c81ae2

Please sign in to comment.