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

Can't request specific day #70

Open
FilipeamTeixeira opened this issue May 4, 2018 · 0 comments
Open

Can't request specific day #70

FilipeamTeixeira opened this issue May 4, 2018 · 0 comments

Comments

@FilipeamTeixeira
Copy link

I've been trying to request a specific date but unsuccessfully.
I've edited the config.php file as instructed to scrape from the 13th March 2018.

$startDate = mktime(0, 0, 0, 3, 13, 2018); $endDate = strtotime('+4 months', $startDate);//end date 4 months in the future $startDate = strtotime('-1 day', $startDate); //Take the last day of the previous month to start scraping

I'm new to php so it might be that I'm just doing something wrong or missing something.

Thanks

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

No branches or pull requests

1 participant