Skip to content

Commit

Permalink
Merge branch 'release/v0.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Nov 25, 2024
2 parents 24178f5 + ea0f07e commit 6787d2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion waybackmachine-client/src/archivableurl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ pub struct ArchivableUrl {
}

/// List of domains that block wayback requests
const EXCLUDED_DOMAINS: &[&str] = &["archive.org", "jstor.org", "diw.de", "youtube.com"];
const EXCLUDED_DOMAINS: &[&str] = &[
"archive.org",
"jstor.org",
"diw.de",
"youtube.com",
"plato.stanford.edu",
];

impl ArchivableUrl {
/// Parses and validates the URL for archiving
Expand Down

0 comments on commit 6787d2b

Please sign in to comment.