patch: update
This commit is contained in:
parent
e444415478
commit
f1c38b8b21
@ -257,10 +257,10 @@ index 7a7ce9e..4749d4c 100644
|
||||
{% endblock main %}
|
||||
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html
|
||||
deleted file mode 100644
|
||||
index 5e240b2..0000000
|
||||
index 5db5d8d..0000000
|
||||
--- a/youtube/templates/subscription_manager.html
|
||||
+++ /dev/null
|
||||
@@ -1,77 +0,0 @@
|
||||
@@ -1,78 +0,0 @@
|
||||
-{% set page_title = 'Subscription Manager' %}
|
||||
-{% extends "base.html" %}
|
||||
-{% block style %}
|
||||
@ -283,7 +283,7 @@ index 5e240b2..0000000
|
||||
- <form class="subscriptions-import-form" enctype="multipart/form-data" action="/youtube.com/import_subscriptions" method="POST">
|
||||
- <h2>Import subscriptions</h2>
|
||||
- <div class="subscriptions-import-options">
|
||||
- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml, text/csv" name="subscriptions_file">
|
||||
- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml, text/csv" name="subscriptions_file" required>
|
||||
- <input type="submit" value="Import">
|
||||
- </div>
|
||||
- </form>
|
||||
@ -292,7 +292,8 @@ index 5e240b2..0000000
|
||||
- <h2>Export subscriptions</h2>
|
||||
- <div class="subscriptions-export-options">
|
||||
- <select id="export-type" name="export_format" title="Export format">
|
||||
- <option value="json">JSON</option>
|
||||
- <option value="json_newpipe">JSON (NewPipe)</option>
|
||||
- <option value="json_google_takeout">JSON (Old Google Takeout Format)</option>
|
||||
- <option value="opml">OPML (RSS, no tags)</option>
|
||||
- </select>
|
||||
- <label for="include-muted">Include muted</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user