aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-06-19 22:25:51 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2021-06-19 22:25:51 +0100
commit0f64bfacef01e9df565838d29afeedc9dfeb0b4b (patch)
tree82cd7951cbe4bcee56ded011e961b3f1330a6128 /templates
parent54a926ccd5932bfbdffb4dfd44f375e8410c2bb5 (diff)
downloadboymoder.blog-0f64bfacef01e9df565838d29afeedc9dfeb0b4b.tar.gz
boymoder.blog-0f64bfacef01e9df565838d29afeedc9dfeb0b4b.zip
added nhentai downloader
Diffstat (limited to 'templates')
-rw-r--r--templates/nhdl.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/nhdl.html b/templates/nhdl.html
index 9b619ef..6702113 100644
--- a/templates/nhdl.html
+++ b/templates/nhdl.html
@@ -1,12 +1,8 @@
{% extends "template.html" %}
{% block content %}
<form action="/nhdlredirect" method="POST">
- <input type="radio" name="domain" value="nhentai" id="nhentai">
<label for="nhentai">nHentai.net number:</label>
- <input type="text" id="number_input" name="number_input"><br>
- <input type="radio" name="domain" value="other" id="other">
- <label for="other">Use full URL:</label>
- <input type="text" id="url_input" name="url_input"><br><br>
+ <input type="text" id="number_input" name="number_input"><br><br>
<input type="submit" value="Download">
</form>
{% endblock %} \ No newline at end of file