One line was too long

This commit is contained in:
Yohann D'ANELLO 2020-02-10 05:06:24 +01:00
parent ac8d91ac5e
commit c7d804d9bf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class BedetequeScraper:
regex_publish_date = r'datePublished\" content=\"([\d-]*)\">'
regex_nb_of_pages = r'numberOfPages\">(\d*)</span'
regex_author = r'<span itemprop=\"author\">(((?!<).)*)</span>'
regex_illustrator = r'<span itemprop=\"illustrator\">(((?!<).)*)</span>'
regex_illustrator = r'span itemprop=\"illustrator\">(((?!<).)*)</span'
data = {
'external_url': bd_url,