Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padronizar o uso de .get() e .getall() no repositório #1278

Open
trevineju opened this issue Sep 23, 2024 · 0 comments
Open

Padronizar o uso de .get() e .getall() no repositório #1278

trevineju opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement Melhoria, novo recurso ou ferramenta

Comments

@trevineju
Copy link
Member

Alguns raspadores integrados há mais tempo no projeto usam .extract() ou .extract_first() como método para uso dos seletores. Entretanto, são métodos da api de extração antiga do Scrapy.

Eles seguem funcionando como alias para os métodos novos, mas seria bom ter a escolha pelos métodos novos .get() e .getall() homogenizada na base de código do repositório, encontrando casos legados e atualizando-os.

@trevineju trevineju added the enhancement Melhoria, novo recurso ou ferramenta label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Melhoria, novo recurso ou ferramenta
Projects
Development

No branches or pull requests

1 participant