1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-08 03:30:20 +02:00

Fix tests

This commit is contained in:
2021-10-23 18:33:51 +02:00
parent 52ecd59bf6
commit 7396cfc017
4 changed files with 11 additions and 11 deletions

View File

@ -44,7 +44,7 @@ class BedetequeScraper:
regex = r'href=\"(https://www\.bedetheque\.com/BD.*.html)\"'
return re.findall(regex, content)
def scrap_bd_info(self, bd_url: str) -> dict:
def scrap_comic_info(self, bd_url: str) -> dict:
"""
Load BD web page and scrap data
:param bd_url: URL where to find BD data