Skip to content

Commit 5218967

Browse files
committed
Add video.seattle.gov to badvideos ignore set
https://video.seattle.gov/ contains various large videos from the Seattle government. These are generally discovered from https://seattlechannel.org/ (which is in turn usually discovered from various local political sites). The content is already mirrored at https://archive.org/details/seattlemunicipalarchives?tab=about or https://archive.org/details/sc21wa?tab=about (though the latter technically mirrors https://www.youtube.com/@SeattleChannel21/videos which has the same content). For instance, https://seattlechannel.org/videos?videoid=x159555 is mirrored at https://archive.org/details/sc21wa-Mayor_Harrell_unveils_bonus_rebates_for_heat_pump_upgrades (from https://www.youtube.com/watch?v=gC9TGn238Sc).
1 parent 04d0935 commit 5218967

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

db/ignore_patterns/badvideos.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"^https?://video\\.csfd\\.cz/files/videos/",
1313
"^https?://assets\\d*\\.ign\\.com/videos/zencoder/.*\\.mp4$",
1414
"^https?://s3\\.amazonaws\\.com/o\\.videoarchive\\.ign\\.com/.*\\.mp4$",
15-
"^https?://(cuts\\.diamond|mlb-cuts-diamond)\\.mlb\\.com/FORGE/.*\\.mp4$"
15+
"^https?://(cuts\\.diamond|mlb-cuts-diamond)\\.mlb\\.com/FORGE/.*\\.mp4$",
16+
"^https?://video\\.seattle\\.gov/"
1617
],
1718
"type": "ignore_patterns"
1819
}

0 commit comments

Comments
 (0)