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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Per some basic testing, increasing concurrency seems to have diminishing returns
58
58
Since an official Garfield comic API could not be found, this program scrapes [gocomics.com](https://www.gocomics.com/garfield/1978/6/19), and finds the [assets.amuniversal.com](https://assets.amuniversal.com/aead3a905f69012ee3c100163e41dd5b) link.
59
59
This requires 2 HTTP requests per comic.
60
60
The files hosted at [picayune.uclick.com](https://picayune.uclick.com/comics/ga/1978/ga780619.gif), while only requiring 1 request each, have been found to be very inconsistent and unstable, therefore are not used.
61
-
See [Cached image urls](#cached-image-urls).
61
+
See [Cached image URLs](#cached-image-urls).
62
62
63
63
## Possible speed optimizations
64
64
@@ -68,8 +68,8 @@ The only forseeable optimization to this program would be using a different web
68
68
69
69
## Proxy service
70
70
71
-
Default proxy url is `https://proxy.darcy-700.workers.dev`, a simple Cloudflare worker.
72
-
If you are continually seeing 'rate limited' (HTTP/429) error, try changing the proxy url (below).
71
+
Default proxy URL is `https://proxy.darcy-700.workers.dev`, a simple Cloudflare worker.
72
+
If you are continually seeing 'rate limited' (HTTP/429) error, try changing the proxy URL (below).
73
73
74
74
### Custom proxy service
75
75
@@ -80,10 +80,10 @@ See [Setup a custom proxy service with Cloudflare worker](#setup-a-custom-proxy-
80
80
Use `--no-proxy` argument.
81
81
This is not recommended, you will most likely get immediately rate limited by [gocomics.com](https://www.gocomics.com/garfield/1978/6/19).
82
82
83
-
## Cached image urls
83
+
## Cached image URLs
84
84
85
-
Without image url caching, each image would require 2 requests (see [API](#api)).
86
-
By default, it checks for existing cached image urls by fetching [darccyy/everygarf-cache](https://github.com/darccyy/everygarf-cache).
85
+
Without image URL caching, each image would require 2 requests (see [API](#api)).
86
+
By default, it checks for existing cached image URLs by fetching [darccyy/everygarf-cache](https://github.com/darccyy/everygarf-cache).
87
87
Disable with `--no-cache`, use a custom cache file URL (remote or local) with `--cache`, save your own cache file with `--save-cache`.
> This has not been tested very well! It works on my machine, but if you have any problems, please [open an issue](https://github.com/darccyy/everygarf/issues/new)
136
136
137
-
Setup a Cloudflare worker with [Zibri/cloudflare-cors-anywhere](https://github.com/darccyy/cloudflare-cors-anywhere), and pass in the url with `--proxy`.
137
+
Setup a Cloudflare worker with [Zibri/cloudflare-cors-anywhere](https://github.com/darccyy/cloudflare-cors-anywhere), and pass in the URL with `--proxy`.
138
138
139
139
1.[Create a Cloudflare account](https://dash.cloudflare.com/sign-up)
0 commit comments