Docs
This commit is contained in:
parent
1931fc0bda
commit
0c4166973c
2 changed files with 1 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue