Merge branch 'staging' into staging

This commit is contained in:
Azariel Del Carmen
2024-04-27 21:49:02 +01:00
committed by GitHub
72 changed files with 2292 additions and 9256 deletions

View File

@ -372,7 +372,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';
this.iconAvailable = true;
}