Better icon for YT captioner
This commit is contained in:
parent
0d310c434d
commit
5a4e0a06e6
|
@ -348,7 +348,7 @@ class YouTubeScraper {
|
|||
this.id = 'youtube';
|
||||
this.name = 'YouTube';
|
||||
this.description = 'Download a transcript from a YouTube video.';
|
||||
this.iconClass = 'fa-solid fa-closed-captioning';
|
||||
this.iconClass = 'fa-brands fa-youtube';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue