You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewLogicException('The Symfony DomCrawler component is required to use this tool. Try running "composer require symfony/dom-crawler".');
32
-
}
33
-
if (!class_exists(CssSelectorConverter::class)) {
34
-
thrownewLogicException('The Symfony CSS Selector component is required to use this tool. Try running "composer require symfony/css-selector".');
29
+
if (!class_exists(TranscriptListFetcher::class)) {
30
+
thrownewLogicException('The package `mrmysql/youtube-transcript` is required to use this tool. Try running "composer require mrmysql/youtube-transcript".');
35
31
}
36
32
}
37
33
@@ -40,40 +36,14 @@ public function __construct(
40
36
*/
41
37
publicfunction__invoke(string$videoId): string
42
38
{
43
-
// Fetch the HTML content of the YouTube video page
0 commit comments