gather-cli
gather-cli copied to clipboard
Found a case in which only the relative part of the url is saved, without the domain
I'm using the git version of gather-cli, built from source, invoked with these parameters: $GATHER_BIN $1 --file %title.md --inline-links --metadata-yaml --include-title --include-comments --fallback-title 'webclip %date' --no-include-source
The url is https://hypem.com/popular -- so far this is the only url I've found that exhibits this behavior -- basically the source field should be https://hypem.com/popular, but is instead /popular.
---
title: "Popular tracks / Hype Machine"
source: /popular
date: 2024-05-04 14:01
---
I don't really expect to be able to save any content from this link (it's mostly dynamic, plus it brings no long term value in being saved), but it's part of my bookmarks and I'm experimenting with saving all of them as local markdown files.