diff options
author | EuAndreh <eu@euandre.org> | 2020-12-24 18:50:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-24 18:50:02 -0300 |
commit | 1b79e3743e07be797d6365bc8e9eb05904a0899d (patch) | |
tree | 5a08b575db3669be5396f473a3a46d8e34f0d1e2 | |
parent | TODOs.org: Mark a7b6b371-100c-48f4-a448-bfa39f88efce as done (diff) | |
download | euandre.org-1b79e3743e07be797d6365bc8e9eb05904a0899d.tar.gz euandre.org-1b79e3743e07be797d6365bc8e9eb05904a0899d.tar.xz |
Use MKV over webm
Diffstat (limited to '')
-rw-r--r-- | TODOs.org | 4 | ||||
-rw-r--r-- | _includes/feed.atom | 2 | ||||
-rw-r--r-- | _layouts/cast.html | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -55,10 +55,12 @@ CLOSED: [2020-12-24 jeu. 14:25] :END: - State "DONE" from "TODO" [2020-12-24 jeu. 14:25] - State "TODO" from [2020-12-24 jeu. 11:09] -** TODO Use =.mkv= over =.webm= for embedding subtitles +** DONE Use =.mkv= over =.webm= for embedding subtitles +CLOSED: [2020-12-24 jeu. 18:49] :PROPERTIES: :CUSTOM_ID: 6587304c-ee0d-4f40-b046-48de94d00629 :END: +- State "DONE" from "TODO" [2020-12-24 jeu. 18:49] - State "TODO" from [2020-12-24 jeu. 13:15] * Bugs :PROPERTIES: diff --git a/_includes/feed.atom b/_includes/feed.atom index 9297201..007032f 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 }}.webm.torrent" type="application/x-bittorrent" /> + <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/screencasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.mkv.torrent" type="application/x-bittorrent" /> {% endif %} <category>EuAndreh</category> <pubDate>{{ entry.date | date_to_xmlschema }}</pubDate> diff --git a/_layouts/cast.html b/_layouts/cast.html index 330aed7..42ab071 100644 --- a/_layouts/cast.html +++ b/_layouts/cast.html @@ -18,7 +18,7 @@ layout: post {% if page.video %} <div class="torrent-link"> - {% capture torrent-file %}{{ site.url }}/resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.webm.torrent{% endcapture %} + {% capture torrent-file %}{{ site.url }}/resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.mkv.torrent{% endcapture %} <a href="{{ torrent-file }}">torrent</a> | <a href="/torrent.html?torrent={{ torrent-file | uri_escape }}">online webtorrent</a> |