subscriptions.xml 393 B

12345678910
  1. <opml version="1.1">
  2. <body>
  3. <outline text="YouTube Subscriptions" title="YouTube Subscriptions">
  4. {% for sub in sub_list %}
  5. <outline text="{{sub['channel_name']}}" title="{{sub['channel_name']}}" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id={{sub['channel_id']}}" />
  6. {%- endfor %}
  7. </outline>
  8. </body>
  9. </opml>