Lädt öffentlich zugängliche Literatur von projekt-gutenberg.org herunter und speichert diese als Markdown-Dokument ab.
Downloads free public domain German literature from projekt-gutenberg.org and converts it into Markdown.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module projekt_gutenberg_de_dl |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/PuerkitoBio/goquery v1.7.1 |
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e |
|
)
|
|
|