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