James Taylor
James Taylor
``` go: finding github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a go: finding github.com/gogo/protobuf v1.2.1 go: finding github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 go: finding github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 go: finding github.com/opencontainers/go-digest v1.0.0-rc1.0.20180430190053-c9281466c8b2 go: finding github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02 go: finding github.com/spf13/pflag v1.0.5 go:...
All Tor requests are now blocked. However, visiting YouTube via the Tor Browser is *not* blocked. After having youtube-local use the same exit nodes and same headers, the main difference...
This is the source of the now-fixed max redirect errors. YouTube is redirecting to the google.com/sorry page. It takes a large number of circuit changes before getting an exit node...
Example: https://www.youtube.com/channel/UCv1UzGwaDctAHK69VAOiiJA/videos Usually they have a playlist with the videos to work around the issue, but this one does not.
The [official windows builds](https://www.python.org/downloads/windows/) for Python are dropping support for Windows 7, and they are no longer providing binaries for the long term support releases which do support it. Continuing...
Subscriptions are unique per user. They should be done in a separate circuit so they cannot be associated with what videos are being watched. Need to figure out how to...
When cookies are blocked for a site, if you right click and view page source, the site is not blocked from reading your cookies during the request that's made. Browser:...
Currently, it's only possible to use a SOCKS or HTTPS proxy as part of a PoolManager. If you want to [manage your own pools by using ConnectionPool objects](https://urllib3.readthedocs.io/en/latest/advanced-usage.html#customizing-pool-behavior), there's no...