diff --git a/_data/podcast.yml b/_data/podcast.yml index 5a4cbf4..9768594 100644 --- a/_data/podcast.yml +++ b/_data/podcast.yml @@ -1,4 +1,9 @@ # This file contains an array of the podcast picks --- picks: - - + - title: 'Versteisch du Schwiizerdütsch?' + description: | + German is not one language and speech-to-text programs have trouble with dialects or variants of German. This "Alltags Deutsch" episode introduces the challenges Siri, etc have with understanding Swiss-german. + enclosure: + url: 'https://radiodownloaddw-a.akamaihd.net/Events/podcasts/de/2283_DKpodcast_alltagsdeutsch_de/0F310235_2-podcast-2283-54542550.mp3' + type: 'audio/mp3' diff --git a/podcast-picks.xml b/podcast-picks.xml index 58fd2e8..e8672e5 100644 --- a/podcast-picks.xml +++ b/podcast-picks.xml @@ -10,7 +10,15 @@ layout: {{ site.time | date_to_xmlschema }} 120 - {% for episode in site.podcast.picks %} + {% for e in site.data.podcast.picks %} + + {{e.title}} + + {{e.description | xml_escape}} + + + {% endfor %}