1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

[philomena] switch default ponybooru filter to get everything by default

The system filter mislabeled "Everything" hides 4 tags https://ponybooru.org/filters/2

There are [many public filters that don't hide anything](https://ponybooru.org/filters?fq=spoilered_count%3A0%2C+hidden_count%3A0), I just picked [the oldest one](https://ponybooru.org/filters/3).
This commit is contained in:
Shelvacu 2024-11-07 20:08:42 -08:00
parent cb0d8cae77
commit f8e707b92c

View File

@ -46,7 +46,7 @@ BASE_PATTERN = PhilomenaExtractor.update({
"ponybooru": {
"root": "https://ponybooru.org",
"pattern": r"(?:www\.)?ponybooru\.org",
"filter_id": "2",
"filter_id": "3",
},
"furbooru": {
"root": "https://furbooru.org",