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. +