From d5fc69ca5c5571779c8fca88c8032a370a498b63 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:45:38 -0700 Subject: [PATCH] add download note --- src/components/player/atoms/settings/Downloads.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/player/atoms/settings/Downloads.tsx b/src/components/player/atoms/settings/Downloads.tsx index 0a742588..cb1c2004 100644 --- a/src/components/player/atoms/settings/Downloads.tsx +++ b/src/components/player/atoms/settings/Downloads.tsx @@ -8,6 +8,7 @@ import { OverlayPage } from "@/components/overlays/OverlayPage"; import { Menu } from "@/components/player/internals/ContextMenu"; import { convertSubtitlesToSrtDataurl } from "@/components/player/utils/captions"; import { useOverlayRouter } from "@/hooks/useOverlayRouter"; +import { Link } from "@/pages/migration/utils"; import { usePlayerStore } from "@/stores/player/store"; export function useDownloadLink() { @@ -89,6 +90,16 @@ export function DownloadView({ id }: { id: string }) { +
+ Or, go to the{" "} + + hls downloader website + {" "} + and paste the playlist URL from below. +