You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank You:
First, thank you for building this repo, I've only been able to use some of the basic features, but it's already been incredibly useful!
Goal:
I'm using WKZombie to open a website, login, wait for redirect, scrape video links, scrape each video source, and download the linked files. The video source is on the individual page of each video link.
Problems:
Signing into social networks like LinkedIn.
Performing many URL Requests at once causes the host to block access.
Request:
Could you please help teach how to login to LinkedIn, delay URL requests, and use openThen?
Additional Notes:
Read WKZombie manual, reviewed iOS and MacOS demo, reviewed swift files in WKZombie pod, and searched Stack Overflow, Google, YouTube, and GitHub for examples.
Using WKZombie with SwiftSoup.
The text was updated successfully, but these errors were encountered:
Hi @mkoehnke!
Thank You:
First, thank you for building this repo, I've only been able to use some of the basic features, but it's already been incredibly useful!
Goal:
I'm using WKZombie to open a website, login, wait for redirect, scrape video links, scrape each video source, and download the linked files. The video source is on the individual page of each video link.
Problems:
URL Requests
at once causes the host to block access.Request:
Could you please help teach how to
login to LinkedIn
,delay URL requests
, and useopenThen
?Additional Notes:
The text was updated successfully, but these errors were encountered: