Add subscriptions export

plus design by heckyel
This commit is contained in:
Jesús
2021-05-06 15:18:19 -05:00
parent f9d1bfe05f
commit 7feea3f839
4 changed files with 107 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<opml version="1.1">
<body>
<outline text="YouTube Subscriptions" title="YouTube Subscriptions">
{% for sub in sub_list %}
<outline text="{{sub['channel_name']}}" title="{{sub['channel_name']}}" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id={{sub['channel_id']}}" />
{%- endfor %}
</outline>
</body>
</opml>