mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +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:
parent
cb0d8cae77
commit
f8e707b92c
@ -46,7 +46,7 @@ BASE_PATTERN = PhilomenaExtractor.update({
|
|||||||
"ponybooru": {
|
"ponybooru": {
|
||||||
"root": "https://ponybooru.org",
|
"root": "https://ponybooru.org",
|
||||||
"pattern": r"(?:www\.)?ponybooru\.org",
|
"pattern": r"(?:www\.)?ponybooru\.org",
|
||||||
"filter_id": "2",
|
"filter_id": "3",
|
||||||
},
|
},
|
||||||
"furbooru": {
|
"furbooru": {
|
||||||
"root": "https://furbooru.org",
|
"root": "https://furbooru.org",
|
||||||
|
Loading…
Reference in New Issue
Block a user