stickyPiston
72d934713a
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.
10 lines
188 B
Plaintext
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")
|