Skip to content
/ doc-dl Public

将文章以markdown的格式保存到本地

Notifications You must be signed in to change notification settings

gxr404/doc-dl

Repository files navigation

doc-dl

根据输入的文章url 抓取页面内容,并转成markdown,连同文章中的图片也给保存到本地

example

安装

npm install -g doc-dl
Usage: index [options]

Options:
  -V, --version         output the version number
  -u, --url <url>       文章url
  -t, --title <title>   自定义文章标题
  -d, --dir <path>      生成的目录(eg: -d res)
  -i, --img-dir <path>  生成目录内图片目录(eg: -i ./img/20)
  -h, --help            display help for command

Examples:
  $ custom-help --help
  $ custom-help -h

Usage

url文章链接支持大部分网站,如掘金/知乎文章/微信公众号文章...

doc-dl -u <url>

该项目分以下三个包