RSS Feeds Documentation
This page lists all available RSS feeds for TTVDrops.
Global RSS Feeds
These feeds contain all items across the entire site:
-
{% for feed in feeds %}
-
{{ feed.title }}
{{ feed.description }}
Subscribe to {{ feed.title }} RSS Feed
{% if feed.example_xml %}{{ feed.example_xml|escape }}{% else %}No example XML available yet.{% endif %}
{% endfor %}
Filtered RSS Feeds
You can subscribe to RSS feeds scoped to a specific game or organization. When available, links below point to live examples; otherwise use the endpoint template.
-
{% for feed in filtered_feeds %}
-
{{ feed.title }}
{{ feed.description }}
Endpoint:
{% if feed.has_sample %} {% endif %}{{ feed.url }}{% if feed.example_xml %}{{ feed.example_xml|escape }}{% else %}No example XML available yet.{% endif %}
{% endfor %}
How to Use RSS Feeds
RSS feeds allow you to stay updated with new content. You can use any RSS reader application to subscribe to these feeds.
- Copy the feed URL
- Paste it into your favorite RSS reader (Feedly, Inoreader, NetNewsWire, etc.)
- Get automatic updates when new content is added