german scraper configuration for EIT EPG Grabber
Added by Stefan Nehlsen about 6 years ago
This is a configuration file data/conf/epggrab/eit/scrape/de to extract episode and season numbers from german OTA-EPG. Öffentlich-rechtliche programms often append the episode number enclosed in brackets to the title, which is annoying. This configuration file is a way to get rid of this behaviour.
It works with version 4.3 and you have to check "Scrape Episode" and "Scrape Title".
maybe you find this useful
{ "season_num": [ "\\( ?Staffel ?([0-9]+), ?Folge ?[0-9]+ ?\\)", "^Staffel ([0-9]+) Folge [0-9]+$" ], "episode_num": [ "\\( ?Staffel ?[0-9]+,? ?Folge ?([0-9]+) ?\\)", "^Staffel [0-9]+ Folge ([0-9]+)$", "^Episode ([0-9]+)", "^Folge ([0-9]+)", " +\\(([0-9]+)\\)$", " +\\(([0-9]+)[^0-9]+[0-9]+\\)$" ], "airdate": [ " (19[0-9]{2})$", " (2[0-2][0-9]{2})$" ], "scrape_title": [ "^(.*) +\\([0-9]+\\) +% ", "^(.*) +\\([0-9]+[^0-9]+[0-9]+\\) +% " ] }