summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-18Align formatting of user visible error messages (#84)HEADmasterYURII D.
* Update run.go Remove "Error", The "return" already implies an error. Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. * Update dev.go Remove "Error", The "return" already implies an error. Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. * Update run.go * Update dev.go
2025-01-10Implement manual following (#82)Philipp Tanlak
2025-01-10Implement nested scraping (#81)Philipp Tanlak
2024-11-24chore: add version number to goreleaser configPhilipp Tanlak
2024-11-24Bump version in install scriptv0.9.0Philipp Tanlak
2024-11-24Change cache backend from sqlite to bboltPhilipp Tanlak
2024-11-24fix user agent formattingPhilipp Tanlak
2024-11-24Generate random user agent when non is provided (#76)Philipp Tanlak
2024-11-24Add tag name and more traversal methods (#73)Rafael Bodill
2024-07-27Update js.go (#71)YURII D.
typographical error
2024-06-21Update README.mdPhilipp Tanlak
2024-03-07docs: Update demo video previewPhilipp Tanlak
2024-03-07docs: Update video in readmePhilipp Tanlak
2024-03-07test: add mutex to testsv0.8.1Philipp Tanlak
2024-02-26Improve cookie support for browser modePhilipp Tanlak
2024-02-24test: skip browser test for nowv0.8.0Philipp Tanlak
2024-02-24docs: Add demoPhilipp Tanlak
2024-02-24test: Remove watch error testPhilipp Tanlak
2024-02-24Improve file watcherPhilipp Tanlak
2024-02-24docs: Remove HTTP requests from READMEPhilipp Tanlak
2024-02-24Browser renderingPhilipp Tanlak
2024-02-21Fix typo in example configPhilipp Tanlak
2024-02-21Remove the setup function while we canPhilipp Tanlak
2024-02-21Use the cookie store from local browserPhilipp Tanlak
2024-02-17Make urls more fault tolerantv0.7.2Philipp Tanlak
2024-02-17Increase url queue sizePhilipp Tanlak
2024-02-17Respect multiple urls in domain- and urlfilterPhilipp Tanlak
2024-02-17Fix race condition when writing JSON outputPhilipp Tanlak
2024-02-17Mark non 2XX status code as errorsPhilipp Tanlak
2024-02-16Update install guidePhilipp Tanlak
2024-02-16Create curl installerPhilipp Tanlak
2024-02-13Update README.mdPhilipp Tanlak
2024-02-12Add Discord Server (#39)Philipp Tanlak
2024-02-11Update README.mdPhilipp Tanlak
2024-02-09Add 403 Forbidden as retryable HTTP status codev0.7.1Philipp Tanlak
2024-02-07Add retry module and change rate to requests per minute (#37)v0.7.0Philipp Tanlak
2024-01-10Fix addition of invalid proxy urlPhilipp Tanlak
2024-01-10Add single proxy support (#30)Philipp Tanlak
* Add single proxy config option * Update readme
2024-01-08Add version command (#29)v0.6.1Philipp Tanlak
2023-12-04Support file imports for .txt and .json (#25)v0.6.0Philipp Tanlak
2023-12-04Make output file and format configurable (#24)Philipp Tanlak
2023-11-25Add missing test in TestJSLibHTTPDownload (#22)Peter Lai
2023-11-23Add custom request header (#18)Rafi Ramadhana
2023-11-20Gracefully handle NaN and Inf values (#21)Philipp Tanlak
2023-11-18Add support for CLI float parsingv0.5.0Philipp Tanlak
2023-11-18Support passing config options as CLI arguments (#15)Philipp Tanlak
2023-11-15Add file download functionalityPhilipp Tanlak
2023-11-15Update documentationrafiramadhana
2023-11-15Add multiple starting URLsrafiramadhana
Add multiple starting URLs by adding Module.URLs.
2023-11-13Move docs to flyscrape.com (#11)Philipp Tanlak