Skip to content

Commit

Permalink
Deal with www.ecb.europa.eu/stats better
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 27, 2024
1 parent a586460 commit 391e74d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions constants/bad_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
'dept of ', 'college', 'center for', 'office of', 'editor', 'institut', 'world bank',
'world news', 'national news', 'eyewitness', 'information', 'business', 'bureau',
'us census', 'indiatoday', 'natural history', 'museum', '試験所', 'circuit', 'county',
'external', 'relations', 'nations', 'united', 'radio', 'rundfunk', 'new york', 'agencies');
'external', 'relations', 'nations', 'united', 'radio', 'rundfunk', 'new york', 'agencies',
'european central', 'central bank');
const BAD_PUBLISHERS = array('london', 'edinburgi', 'edinburgh', 'no publisher', 'no publisher given',
'no publisher specified', 'unknown', 'publisher not identified', 'report');

Expand Down Expand Up @@ -417,7 +418,8 @@
'oireachtas.ie', 'webarchive.nla.gov.au', 'ebooks.adelaide.edu.au', 'archive.md', 'imdb.com',
'apps.des.qld.gov.au', 'billboard.com', 'music.apple.com', 'spotify.com', 'fred.stlouisfed.org',
'simonsfoundation.org', 'chroniclingamerica.loc.gov', 'github.com', 'rottentomatoes.com', 'arts.gov/honors',
'shop.schizoidshop.com', 'elonet.finna.fi', 'numismatics.org.uk', 'itunes.apple.com', 'officialcharts.com');
'shop.schizoidshop.com', 'elonet.finna.fi', 'numismatics.org.uk', 'itunes.apple.com', 'officialcharts.com',
'ecb.europa.eu/stats');

const ZOTERO_AVOID_REGEX = array("twitter\.", // This should be {{cite tweet}}
// Zotero seems to be doing better now "youtube\.", "youtu\.be",
Expand Down

0 comments on commit 391e74d

Please sign in to comment.