Skip to content

Commit

Permalink
Remove PowerTube from string
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kazimmt authored Aug 13, 2023
1 parent 91833ac commit b3b9672
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ExternalDownloadsResourcePatch : ResourcePatch {
TextPreference(
"revanced_external_downloader_name",
StringResource("revanced_external_downloader_name_title", "Downloader package name"),
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or PowerTube"),
StringResource("revanced_external_downloader_name_summary", "Package name of your installed external downloader app, such as NewPipe or Seal"),
InputType.TEXT
)
),
Expand All @@ -50,4 +50,4 @@ class ExternalDownloadsResourcePatch : ResourcePatch {

return PatchResultSuccess()
}
}
}

0 comments on commit b3b9672

Please sign in to comment.