[imgur] allow longer album hashes

This commit is contained in:
Mike Fährmann
2018-05-13 11:19:10 +02:00
parent e1e23165a0
commit 4cea886177
2 changed files with 7 additions and 4 deletions

View File

@@ -16,13 +16,13 @@ from gallery_dl import extractor, job, config, exception
# these don't work on travis-ci
TRAVIS_SKIP = {
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
"archivedmoe", "archiveofsins", "thebarchive", "sankaku", "idolcomplex",
"archivedmoe", "archiveofsins", "thebarchive", "fireden",
"sankaku", "idolcomplex",
}
# temporary issues, etc.
BROKEN = {
"dokireader", # SSL cert expired
"pixiv", # API requests sometimes fail
"pixiv", # /users/<id>/favorite_works API endpoint is gone
}