We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98a03e commit ad9c669Copy full SHA for ad9c669
scrapers/Wallhaven.yml
@@ -10,7 +10,7 @@ imageByFragment:
10
filename:
11
- regex: "[^a-zA-Z\\d\\-._~ ]" # clean filename so that it can construct a valid url
12
with: ""
13
- - regex: "^.*[ _.\\-]([a-z\\d]{6}).[a-zA-Z\\d]{3,}$" # try to extract ID postfix
+ - regex: "^.*[ _.\\-]([a-z\\d]{6})\\.[a-zA-Z\\d]{3,}$" # try to extract ID postfix
14
with: "https://wallhaven.cc/api/v1/w/$1"
15
scraper: imageScraper
16
0 commit comments