Updated to include pdf extraction
This commit is contained in:
parent
029d171d91
commit
39afb55120
@ -77,7 +77,7 @@ url_patterns = {
|
|||||||
r'(mediafire\.com|mfi\.re)\S+': 'filtered_mediafire_mfi.re.txt',
|
r'(mediafire\.com|mfi\.re)\S+': 'filtered_mediafire_mfi.re.txt',
|
||||||
r'\S*imgur\S*': 'filtered_imgur.txt',
|
r'\S*imgur\S*': 'filtered_imgur.txt',
|
||||||
r'http(s)?://(www\.)?pastebin.com': 'filtered_pastebin.txt',
|
r'http(s)?://(www\.)?pastebin.com': 'filtered_pastebin.txt',
|
||||||
r'https?://\S+\.pdf\b': 'filtered_cdn.discordapp.com.txt'
|
r'https?://\S+\.pdf\b': 'filtered_pdf_files.txt'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ask the user for the number of concurrent instances
|
# Ask the user for the number of concurrent instances
|
||||||
|
Loading…
Reference in New Issue
Block a user