diff --git a/neinomat-termine b/neinomat-termine index 01524b0..b1b04dd 100755 --- a/neinomat-termine +++ b/neinomat-termine @@ -30,6 +30,9 @@ termine = [] template = "Vorlage:Radio Chaotica-Sendung" @wiki.article(template).what_links_here.each do |page| if erste_sendung = parse_template(page, template)["erste_sendung"] + + next if erste_sendung =~ /^\s*$/; + termin = {} termin["datum"] = erste_sendung.gsub(/\s*um\s*\d+:\d+$/,"") termin["uhrzeit"] = "16:00"