podcast.cfg 271 B

1234567891011
  1. {
  2. title = 'Pumuckl',
  3. subtitle = 'Meister Eder und sein Pumuckl',
  4. episodes_to_keep = 2000,
  5. match = function(meta)
  6. local lo_ti = meta.DC_title:lower()
  7. local lo_de = meta.DC_description:lower()
  8. return lo_de:find('ellis kaut') and lo_de:find('hans clarin')
  9. end,
  10. }