diff options
author | EuAndreh <eu@euandre.org> | 2020-12-28 11:05:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-28 12:36:32 -0300 |
commit | 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767 (patch) | |
tree | 6d929c44e4b0e8439c8521c532d8f376f3a959c3 /_includes/feed.atom | |
parent | Add direct-video flag (diff) | |
download | euandre.org-75fe4f08cfe0ec4ffb09235d2e243507a0b2d767.tar.gz euandre.org-75fe4f08cfe0ec4ffb09235d2e243507a0b2d767.tar.xz |
Use WebM over MKV
Diffstat (limited to '')
-rw-r--r-- | _includes/feed.atom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom index f28ef45..0d1e0a4 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -55,7 +55,7 @@ {% if is_audio %} <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/podcasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.ogg" type="audio/ogg" /> {% elsif is_video %} - <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/screencasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.mkv.torrent" type="application/x-bittorrent" /> + <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/screencasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.webm.torrent" type="application/x-bittorrent" /> {% endif %} <category>EuAndreh</category> <pubDate>{{ entry.date | date_to_xmlschema }}</pubDate> |