Cassettea-api-node/views/index.pug
stickyPiston 72d934713a Created YouTube audio downloader
Installed youtube-mp3-downloader, set up a new route and when that route is visited the package will download the video specified. Simple as that.
2019-09-17 17:07:08 +02:00

10 lines
188 B
Plaintext

extends layout
block content
h1= title
p Welcome to #{title}
form(action="/download" method="get")
label(for="url")
input(name="url" type="text")
input(type="submit")