mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Better icon for YT captioner
This commit is contained in:
@@ -348,7 +348,7 @@ class YouTubeScraper {
|
|||||||
this.id = 'youtube';
|
this.id = 'youtube';
|
||||||
this.name = 'YouTube';
|
this.name = 'YouTube';
|
||||||
this.description = 'Download a transcript from a YouTube video.';
|
this.description = 'Download a transcript from a YouTube video.';
|
||||||
this.iconClass = 'fa-solid fa-closed-captioning';
|
this.iconClass = 'fa-brands fa-youtube';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user