[deviantart] update URL patterns to new format

DeviantArt changed its URL format from
https://<name>.deviantart.com/...
to
https://www.deviantart.com/<name>/...

With this change both formats will be supported.
This commit is contained in:
Mike Fährmann
2018-06-28 20:14:18 +02:00
parent 0055fdd714
commit a699787d01
2 changed files with 78 additions and 56 deletions

View File

@@ -22,6 +22,7 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"imgth", # "temporary offline"
"whatisthisimnotgoodwithcomputers",
}