From 94a94f3b86205d18b893a59d2341764f51239e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 8 Nov 2019 20:58:53 +0100 Subject: [PATCH] miscellaneous stuff --- docs/supportedsites.rst | 2 +- gallery_dl/exception.py | 2 +- test/test_results.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/supportedsites.rst b/docs/supportedsites.rst index fa6be216..4d2eddda 100644 --- a/docs/supportedsites.rst +++ b/docs/supportedsites.rst @@ -137,7 +137,7 @@ Turboimagehost https://www.turboimagehost.com/ individual Images ==================== =================================== ================================================== ================ .. |artstation-C| replace:: Albums, Artwork Listings, Challenges, individual Images, Likes, Search Results, User Profiles -.. |deviantart-C| replace:: Collections, Deviations, Favorites, Folders, Galleries, Journals, Popular Images, Scraps, Sta.sh +.. |deviantart-C| replace:: Collections, Deviations, Favorites, Folders, Galleries, Journals, Popular Images, Scraps, Sta.sh, User Profiles .. |flickr-C| replace:: Albums, Favorites, Galleries, Groups, individual Images, Search Results, User Profiles .. |hentaifoundry-C| replace:: Favorites, individual Images, Popular Images, Recent Images, Scraps, User Profiles .. |imgur-C| replace:: Albums, Favorites, Galleries, individual Images, User Profiles diff --git a/gallery_dl/exception.py b/gallery_dl/exception.py index 0a580997..783e2b21 100644 --- a/gallery_dl/exception.py +++ b/gallery_dl/exception.py @@ -67,7 +67,7 @@ class AuthenticationError(ExtractionError): class AuthorizationError(ExtractionError): """Insufficient privileges to access a resource""" - default = "Insufficient privileges to access a resource" + default = "Insufficient privileges to access the specified resource" code = 16 diff --git a/test/test_results.py b/test/test_results.py index 50a23a86..39adc781 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -26,7 +26,9 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "livedoor", "mangapark", + "yaplog", }