Better icon for YT captioner

This commit is contained in:
Cohee
2024-04-27 23:27:53 +03:00
parent 0d310c434d
commit 5a4e0a06e6

View File

@@ -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';
} }
/** /**