mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-09 10:10:20 +02:00
Fix tests
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user