From db698a937bd6835e7792fee16190083239889474 Mon Sep 17 00:00:00 2001 From: "E.Smith" <31170571+azlm8t@users.noreply.github.com> Date: Sat, 9 Sep 2017 18:47:03 +0100 Subject: [PATCH] eit: Add initial test cases for Bulsatcom_39E. (#4577). --- support/testdata/eitscrape/Bulsatcom_39E | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 support/testdata/eitscrape/Bulsatcom_39E diff --git a/support/testdata/eitscrape/Bulsatcom_39E b/support/testdata/eitscrape/Bulsatcom_39E new file mode 100644 index 000000000..172f9ce7b --- /dev/null +++ b/support/testdata/eitscrape/Bulsatcom_39E @@ -0,0 +1,53 @@ +{ +"environ" : [ + { + "comment": "This section contains general information about this file to help people guess what regions it affects.", + "language": "bg", + "location": "bg", + "description": "Bulsatcom configuration.", + "eitgrabber": ["Bulsatcom_39E", "eit"] + } +], + +"tests" : [ + { + "summary": "сезон 1, епизод 13, драма, романтичен, САЩ, 2014", + "season": "1", "episode": "13" + }, + { + "comment": "This should get a multi-episode of 45 and 46 but currently returns only 45", + "summary": "сериал, еп. 45, 46", + "episode": "45" + }, + { + "summary": "с. 5", + "season": "5" + }, + { + "summary": "еп. 1, сез. 3,", + "season": "3", "episode": "1" + }, + { + "summary": "еп. 2, stuff, 3, сез. ()", + "season": "3", "episode": "2" + }, + { + "comment": "Culinary show, episode 3", + "summary": "кулинарно предаване, 3 епизода", + "season": null, "episode": "3" + }, + { + "comment": "Contains age rating of 15+, not currently scraped", + "summary": "еп. 7, комедия, САЩ, 2017. В ролите: Иса Рей, Ивон Орджи, Джей Елис, Лиса Джойс, Наташа Ротуел, [15+]", + "season": null, "episode": "7", "age": "15" + }, + { + "summary": "сезон 4, епизод 12, криминален, драма, САЩ, 2016", + "season": "4", "episode": "12", "airdate": "2016" + }, + { + "summary": "документален филм, 5 епизод", + "season": null, "episode": "5" + } + ] +} -- 2.47.3