mirror of
https://github.com/CHEF-KOCH/Warez
synced 2025-01-15 07:10:54 +00:00
97360ffd8f
- Shady websites taken offline (they are not banned but they simply have shady headers implemented to track you) - Blacklist for links added - Improved auto link detection - Added ignore list for specific categories e.g. the I2P section because links like Tor (Onion), I2P or FTP can't be checked and will trigger the bot to think that they are offline.
28 lines
643 B
Plaintext
28 lines
643 B
Plaintext
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://anonym.to/?"
|
|
"pattern": "^http://tankafett.biz/?do=hublist"
|
|
"pattern": "^ftp://"
|
|
"pattern": "^onion://"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^.attachments",
|
|
"replacement": "file://some/conventional/folder/.attachments"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": [
|
|
"https://example.com"
|
|
],
|
|
"headers": {
|
|
"Authorization": "Basic Zm9vOmJhcg==",
|
|
"Foo": "Bar"
|
|
}
|
|
}
|
|
]
|
|
}
|