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 scraper class methods to return raw regular exceptions without inserting placeholders #7

Closed
davehunt opened this issue May 23, 2012 · 1 comment
Labels

Comments

@davehunt
Copy link
Member

This was originally raised on bug 712253:

Currently nearly all of the regular expression class methods do not return raw regular expressions but already fill in values for the placeholders. All those instances have to be eliminated, because of bug 704186. Currently there is no way to get e.g. an URL for builds from another month without having to duplicate the code or update self.date, which is not an option at this point.

@whimboo
Copy link
Contributor

whimboo commented Sep 8, 2020

I don't think it's worth spending time on this issue while scraping of data should be replaced with Taskcluster. See issue #365.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants