Skip to content

Commit

Permalink
fix relative urls
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Mar 28, 2021
1 parent 6eccbac commit ec8862b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ url = "1"
html2md = "0.2.10"

[dependencies.readability]
git = "https://github.com/trashhalo/readability.git"
version = "^0"
default-features = false

[dependencies.web-sys]
version = "0.3.49"
features = [
'Window',
]
]
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "extract-url",
"name": "Extract url content",
"version": "0.3.0",
"version": "0.4.0",
"description": "Extract url converting content into markdown",
"author": "Stephen Solka",
"authorUrl": "https://github.com/trashhalo",
"isDesktopOnly": true
}
}

0 comments on commit ec8862b

Please sign in to comment.