David Teather
David Teather
The current solution isn't great as verifyFp probably expires after some given amount of time. We need to find a way to solve the captcha for a given verifyFp cookie....
This is issue is more of a reminder for myself to add this. #396 has code that works for the person who created it.
TikTok changed a few things and the videos without watermarks are broken. See [here](https://github.com/drawrowfly/tiktok-scraper/issues/266)
Expand math to utilize boolean logic in math Ex: ``` x = 12 + 30 x = 12*(1*True)+ (sqrt(340)*False) + 30 ``` Make this ridiculus
like the mlh list, backend is supported just need frontend support for setting that option
Go will use 0 to represent none in our current datamodel. So if on a form you specify like a min value of 0, it won't actually get applied. We...
iirc pipelines might just not run and get dropped if consumer is down We need to implement retry logic and support the case where the consumer is down and the...