pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add download note

Pas d5fc69ca 5feda3ed

+11
+11
src/components/player/atoms/settings/Downloads.tsx
··· 8 8 import { Menu } from "@/components/player/internals/ContextMenu"; 9 9 import { convertSubtitlesToSrtDataurl } from "@/components/player/utils/captions"; 10 10 import { useOverlayRouter } from "@/hooks/useOverlayRouter"; 11 + import { Link } from "@/pages/migration/utils"; 11 12 import { usePlayerStore } from "@/stores/player/store"; 12 13 13 14 export function useDownloadLink() { ··· 89 90 <Button className="w-full mt-2" theme="purple" href={hlsDownload}> 90 91 Atempt download 91 92 </Button> 93 + <p className="text-xs py-4"> 94 + Or, go to the{" "} 95 + <a 96 + className="text-type-link" 97 + href="https://hls-downloader.pstream.org/" 98 + > 99 + hls downloader website 100 + </a>{" "} 101 + and paste the playlist URL from below. 102 + </p> 92 103 <Button 93 104 className="w-full mt-2" 94 105 theme="secondary"