From 485c7621798e6015daad74a0e50912a64863af95 Mon Sep 17 00:00:00 2001 From: Noiredd Date: Sun, 10 May 2020 15:18:32 +0200 Subject: [PATCH] fix: updated parsing rule for Item.title --- filmatyk/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filmatyk/containers.py b/filmatyk/containers.py index aa97c32..e06a498 100644 --- a/filmatyk/containers.py +++ b/filmatyk/containers.py @@ -214,7 +214,7 @@ class attributes. These are used by the API to construct effective parsing title = Blueprint( name='Tytuł', colwidth=200, - parsing={'tag':'h3', 'class':'filmPreview__title', 'text':True, 'list':False} + parsing={'tag':'h2', 'class':'filmPreview__title', 'text':True, 'list':False} ) otitle = Blueprint( name='Tytuł oryginalny',