aditeyabaral / aditeyabaral/bangalore-flat-and-flatmates-crawler
Repeating text content
Ouverte
bug
good first issue
selenium
- Langage dominant
- Python
- Étoiles
- 19
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
There seems to be repeating text content for some entries in the database. The entire body of text just repeats itself after ending. Can be fixed by checking by:
```py
length = len(content)
if content[:length//2] == content[length//2:]:
content = content[:length//2]
```
This needs to be added to the processor
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.