tweaked error message we're checking on to match media_download_worker

This commit is contained in:
Kieran Eglin 2025-03-05 16:28:49 -08:00
parent 25e6f6ca8f
commit 2e11e92a4a
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -209,7 +209,7 @@ defmodule Pinchflat.Downloading.MediaDownloader do
defp recoverable_cookie_errors do defp recoverable_cookie_errors do
[ [
"Sign in to confirm your age", "Sign in to confirm",
"This video is available to this channel's members" "This video is available to this channel's members"
] ]
end end