fix: preferred chapter fix
This commit is contained in:
parent
d753761556
commit
4dc6e5cfab
@@ -56,7 +56,6 @@ readonly class ScrapeChapterHandler
|
||||
|
||||
// 3. Détermination des sources à utiliser
|
||||
$sources = $this->getSourcesToTry($manga);
|
||||
dd($sources);
|
||||
if (empty($sources)) {
|
||||
throw new \InvalidArgumentException("No sources available for scraping");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user