scrapinghub/arche

Make json schema and python regex the same

Ouverte

#92 ouverte le 17 mai 2019

 (1 commentaire) (0 réaction) (0 personne assignée)Python (17 forks)auto 404
Type: Featuregood first issue

Métriques du dépôt

Stars
 (47 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

There is some difference between schemas in files and dict. In particular, all \ in files should be double escaped, meaning we have this "^https?://www\\.realtor\\.ca/propertyDetails\\.aspx\\?PropertyId=[0-9]+$" While python jsons can eat "^https?://www.realtor.ca/propertyDetails.aspx?PropertyId=[0-9]+$` To promote healthy psyche, I think it makes sense to find a way if it can be consistent.

Guide contributeur