This commit is contained in:
Kieran Eglin 2024-04-03 10:28:27 -07:00
parent 1931fc0bda
commit 0c4166973c
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 1 additions and 4 deletions

View file

@ -48,6 +48,7 @@ If it doesn't work for your use case, please make a feature request! You can als
- Uses a novel approach to download new content more quickly than other apps
- Supports downloading audio content
- Custom rules for handling YouTube Shorts and livestreams
- Optionally automatically delete old content ([docs](https://github.com/kieraneglin/pinchflat/wiki/Automatically-Delete-Media))
- Advanced options like setting cutoff dates and filtering by title
- Reliable hands-off operation
- Can pass cookies to YouTube to download your private playlists ([docs](https://github.com/kieraneglin/pinchflat/wiki/YouTube-Cookies))

View file

@ -10,10 +10,6 @@ defmodule Pinchflat.Downloading.MediaRetentionWorker do
alias Pinchflat.Media
# TODO: update wiki after this is merged
# TODO: remove data backfill worker
# TODO: (other PR - not this one) add way to manually trigger an index of a source AND a pending media download
# of a source
@doc """
Deletes media items that are past their retention date and prevents
them from being re-downloaded.