One line was too long
This commit is contained in:
parent
ac8d91ac5e
commit
c7d804d9bf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue