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:
ext.jeremy.guillot@maxicoffee.domains
2025-03-29 17:23:41 +01:00
parent d7ccc1e603
commit 4d1d5b9f21

View File

@@ -59,8 +59,6 @@ readonly class ScrapeChapterHandler
$chapter = $this->chapterRepository->getByMangaIdAndChapterNumber($command->mangaId, $command->chapterNumber); $chapter = $this->chapterRepository->getByMangaIdAndChapterNumber($command->mangaId, $command->chapterNumber);
$source = $this->sourceRepository->getById($command->sourceId); $source = $this->sourceRepository->getById($command->sourceId);
throw new \Exception('test');
// 3. Scraping des URLs // 3. Scraping des URLs
$scrapingRequest = new ScrapingRequest( $scrapingRequest = new ScrapingRequest(
'html', 'html',