From 0264eaf39bc64d3ec6407b8c585484d05c5edd5b Mon Sep 17 00:00:00 2001 From: Johannes Habel Date: Sun, 15 Dec 2024 11:42:46 +0100 Subject: [PATCH] - updated region blocked error to inform a user, that it could also be a private video #69 --- src/phub/errors.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/phub/errors.py b/src/phub/errors.py index 7defa83..0ef8093 100644 --- a/src/phub/errors.py +++ b/src/phub/errors.py @@ -64,6 +64,9 @@ class RegionBlocked(Exception): """ Sometimes videos can be blocked in your region. In this case PHUB can't fetch data. + + Note: This could also be a private video. You only see this Information if you are logged in. + This is a problem of PornHub itself and not related to PHUb! """ # EOF \ No newline at end of file