Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

URL cleaning

Before inserting a URL into the database:

  • strip all whitespace
  • if it doesn't start with “http(s)://”, add it

status: finished