geektime-downloader

command module
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2022 License: MIT Imports: 1 Imported by: 0

README

geektime-downloader

geektime-downloader 支持下载专栏为 PDF/Markdown 文档和下载视频课。

go report card MIT license

Usage

Prerequisites
  • Chrome installed
Install form source
# Go 1.16+
go install github.com/nicoxiang/geektime-downloader@latest

# Go version < 1.16
go get -u github.com/nicoxiang/geektime-downloader@latest
Download binary files

See release page

Sample
## Windows 为例
## Windows 推荐使用 Windows Terminal 打开

## 账号密码方式登录(常用)
> geektime-downloader.exe -u "phone number"
## cookie 方式登录
> geektime-downloader.exe --gcid "gcid" --gcess "gcess"
Help
## Windows 为例
> geektime-downloader.exe -h

Geektime-downloader is used to download geek time lessons

Usage:
  geektime-downloader [flags]

Flags:
      --columnOutputType int8   下载专栏的输出格式(1pdf,2markdown,3all) (default 1)
      --comments                是否需要专栏的第一页评论 (default true)
  -f, --folder string           专栏和视频课的下载目标位置 (default "")
      --gcess string            极客时间 cookie 值 gcess
      --gcid string             极客时间 cookie 值 gcid
  -h, --help                    help for geektime-downloader
  -u, --phone string            你的极客时间账号(手机号)
  -q, --quality string          下载视频清晰度(ld标清,sd高清,hd超清) (default "sd")  

Note

  1. 文件下载目标位置可以通过 help 查看。默认情况下 Windows 位于 %USERPROFILE%/geektime-downloader 下;Unix, 包括 macOS, 位于 $HOME/geektime-downloader 下

  2. Ctrl + C 退出程序

  3. 默认情况下载专栏的输出格式只有 PDF,可以按需选择是否需要下载 Markdown 格式(--columnOutputType 参数),Markdown 格式虽然显示效果上不及 PDF,但优势为可以显示完整的代码块(PDF 代码块在水平方向太长时会有缺失)并保留了原文中的超链接。

  4. 如果选择下载所有后中断程序,可重新进入程序继续下载

  5. 通过密码登录的情况下,为了避免多次登录账户,会在目录 UserConfigDir/geektime-downloader 下存放用户的登录 cookie,如果不是在自己的电脑上执行,请在使用完毕程序后手动删除

Inspired by

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pdf

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL