mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-13 12:00:35 +00:00
add notice on download about fedapi key
This commit is contained in:
parent
e176911079
commit
7053110240
1 changed files with 8 additions and 0 deletions
|
|
@ -143,6 +143,14 @@ export function DownloadView({ id }: { id: string }) {
|
|||
<StyleTrans k="player.menus.downloads.disclaimer" />
|
||||
</Menu.Paragraph>
|
||||
|
||||
{/* FED API Notice */}
|
||||
<Menu.Paragraph marginClass="my-6">
|
||||
When downloading from Fed API, it’s recommended to set your own
|
||||
token in settings to ensure faster downloads and prevent shared
|
||||
tokens from reaching data limits, which can impact the scraper’s
|
||||
performance for everyone.
|
||||
</Menu.Paragraph>
|
||||
|
||||
<Button className="w-full" href={downloadUrl} theme="purple">
|
||||
{t("player.menus.downloads.downloadVideo")}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue