Skip to content

Commit

Permalink
fix: updated parsing rule for Item.title
Browse files Browse the repository at this point in the history
  • Loading branch information
Noiredd committed May 10, 2020
1 parent a4d948e commit 485c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filmatyk/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 485c762

Please sign in to comment.