-
Notifications
You must be signed in to change notification settings - Fork 438
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
Some new features #194
base: master
Are you sure you want to change the base?
Some new features #194
Conversation
You should include your |
I repaired |
Cool, merged in my fork. Thank you! |
Yes, only the two I posted are failing. Try to change your time zone on your system. I can reproduce different values 2h, 3h difference depending on the timezone. |
My timezone is +3 and all fine. Try replacing the dot with an underscore ( |
No, sadly changing the format to parse does not change the outcome.
I looked at both implementations and you are right. I will remove #178 since it is a feature duplication. Update: |
It should not be. On my computer, the date is created the same.
About the creation of the date in javascript, the following is said:
In both case must be UTC timezone. |
I will create a workaround for my use case and write a log message if this case happens: |
Sorry for me deleted post but |
Hi everyone, I'm trying to add the "pagination limit" feature code into the webscraper.io proram. Does anyone know how to do this? Also which code is specifically for the "pagination limit" function? Thanks in advance! |
@Asp1ringC0d3r If you read the tread you would see that I already merged it:
|
@jwillmer I'm a hobbyist when it comes to coding. What do you mean by merged it? Is it already a feature in the webscraper.io? |
@Asp1ringC0d3r based on your comments you should not try to add (merge) the pagination limit feature yourself. Have a look at my project copy (fork). I included (merged) all open features (pull requests). |
@jwillmer I already have the chrome extension. How do I install your project copy to access all the open features? |
@Asp1ringC0d3r Read the readme. If that does not help open an issue in my project, this is not the place for it. |
Hi,
I added two features and offer to add them into the parent branch.
First, it is date pattern support for start url:
and second, limit for Click and Scroll Selectors (scrape only first 3 pages, for example):