#65 use full URL in package line

This commit is contained in:
ladddder
2023-12-08 09:26:26 +01:00
parent 8e6a6aae09
commit 7661c66250
58 changed files with 104 additions and 86 deletions

View File

@@ -7,8 +7,9 @@ import (
"github.com/markusmobius/go-trafilatura"
"ladder/proxychain"
"ladder/proxychain/responsemodifiers/api"
"github.com/everywall/ladder/proxychain/responsemodifiers/api"
"github.com/everywall/ladder/proxychain"
)
// APIContent creates an JSON representation of the article and returns it as an API response.