podcast.cfg 221 B

123456789
  1. {
  2. title = 'Heute im Stadion',
  3. subtitle = 'Fußball, der Radio Klassiker',
  4. episodes_to_keep = 5,
  5. match = function(meta)
  6. local lo_ti = meta.DC_title:lower()
  7. return lo_ti:find('^bayern 1 .+ heute im stadion')
  8. end,
  9. }