diff options
author | James Taylor <user234683@users.noreply.github.com> | 2021-09-01 19:13:40 -0700 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-01 22:01:05 -0500 |
commit | cd3383e6e3aaf6ad4b014f16bdd9725f203a6924 (patch) | |
tree | ef849a7e9d927712c878cf72b9556ccb1b7adb52 /youtube/templates/subscription_manager.html | |
parent | fc0fa9aaba9caa0b849a91f1c989e52ab4a7ca15 (diff) | |
download | yt-local-cd3383e6e3aaf6ad4b014f16bdd9725f203a6924.tar.lz yt-local-cd3383e6e3aaf6ad4b014f16bdd9725f203a6924.tar.xz yt-local-cd3383e6e3aaf6ad4b014f16bdd9725f203a6924.zip |
Add NewPipe subscriptions import and export
Closes #82
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'youtube/templates/subscription_manager.html')
-rw-r--r-- | youtube/templates/subscription_manager.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index 5e240b2..cf51a9b 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -29,7 +29,8 @@ <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> |