scrapy / protego

A pure-Python robots.txt parser with support for modern conventions.
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

Replace ':' with '_' in test_data file names #14

Closed tjlaboss closed 3 years ago

tjlaboss commented 3 years ago

On some file systems, the colon is a forbidden character in file names. This commit simply renames those files to use an underscore instead.

See issue: #13