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

Update portugal scrapers to use LinksSpider #553

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Conversation

yolile
Copy link
Member

@yolile yolile commented Nov 10, 2020

closes #545

Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>


class PortugalBase(SimpleSpider):
class PortugalBase(LinksSpider):
default_from_date = '2010-01-01'
download_delay = 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, the GetReleases service is down now but trying with GetRecords it works well without the download_delay, so I removed it not

Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

portugal_records and portugal_releases return only a subset of the data
2 participants