diff --git a/README.md b/README.md index c10dc8d..be086d3 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/lib/pinchflat/downloading/media_retention_worker.ex b/lib/pinchflat/downloading/media_retention_worker.ex index 128d61d..3e5c0d0 100644 --- a/lib/pinchflat/downloading/media_retention_worker.ex +++ b/lib/pinchflat/downloading/media_retention_worker.ex @@ -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.