fix: suppression d'une exception de test dans le gestionnaire de chapitres pour améliorer la gestion des requêtes de scraping
This commit is contained in:
parent
d7ccc1e603
commit
4d1d5b9f21
@@ -59,8 +59,6 @@ readonly class ScrapeChapterHandler
|
||||
$chapter = $this->chapterRepository->getByMangaIdAndChapterNumber($command->mangaId, $command->chapterNumber);
|
||||
$source = $this->sourceRepository->getById($command->sourceId);
|
||||
|
||||
throw new \Exception('test');
|
||||
|
||||
// 3. Scraping des URLs
|
||||
$scrapingRequest = new ScrapingRequest(
|
||||
'html',
|
||||
|
||||
Reference in New Issue
Block a user