tweaked error message we're checking on to match media_download_worker
This commit is contained in:
parent
25e6f6ca8f
commit
2e11e92a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue