Skip to content

Commit b3b9672

Browse files
authored
Remove PowerTube from string
Due to the fact that PowerTube has not been consistently maintained and occasionally experiences difficulties in downloading videos. Refer to: razar-dev/PowerTube#57 razar-dev/PowerTube#56 razar-dev/PowerTube#54 At present, Seal and YTDLnis utilize YT-dlp, resulting in improved output.
1 parent 91833ac commit b3b9672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/resource/patch/ExternalDownloadsResourcePatch.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ExternalDownloadsResourcePatch : ResourcePatch {
3030
TextPreference(
3131
"revanced_external_downloader_name",
3232
StringResource("revanced_external_downloader_name_title", "Downloader package name"),
33-
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or PowerTube"),
33+
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or Seal"),
3434
InputType.TEXT
3535
)
3636
),
@@ -50,4 +50,4 @@ class ExternalDownloadsResourcePatch : ResourcePatch {
5050

5151
return PatchResultSuccess()
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)