List leeches

main
Bob Mottram 2024-07-19 19:20:06 +01:00
parent ccb2073d36
commit c4a4198e8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
journalctl -u epicyon | grep "invalid header\|invalid characters"
journalctl -u epicyon | grep "invalid header\|invalid characters\|leech bounced"

View File

@ -5298,7 +5298,7 @@ def corp_servers() -> ():
"""Returns a list of despised corporate thieves
"""
return ('GitHub.com', 'github.com', 'cloudflare', 'microsoft.com',
'google.com')
'google.com', 'google.co.')
def get_media_url_from_video(post_json_object: {}) -> (str, str, str, str):