コミットグラフ

19 コミット

作成者 SHA1 メッセージ 日付
テクニカル諏訪子 a87e94b981 自分の変化 2021-08-10 07:17:39 +09:00
saltycrys 5f03a583d1 Update code for Crystal 0.36.0
Rename `HTTPClient@socket` to `HTTPClient@io`, see
https://github.com/crystal-lang/crystal/pull/9543.

Rename `URI#full_path` to `URI#request_target`, see
https://github.com/crystal-lang/crystal/pull/10099.
2021-02-02 20:01:02 +01:00
Andrew Zhao e0d25ff887 Close http clients after using
The crystal http client maintains a keepalive connection to the other
server which stays alive for some time. This should be closed if the
client instance is not used again to avoid hogging resources
2020-12-27 19:40:58 -05:00
Omar Roth d46b26e3bc
Use QUIC for connections to YouTube 2019-11-18 17:28:32 -05:00
Omar Roth 71bc9eea28
Add support for Anti-Captcha 2019-11-09 14:22:39 -05:00
Omar Roth e05a25d701
Vary user-agent 2019-10-25 18:02:33 -04:00
Omar Roth 6930570fa2
Add HTTPClient pool 2019-10-25 12:58:16 -04:00
Omar Roth 7aada3f328
Avoid override for X-Client headers 2019-10-10 23:45:46 -04:00
Omar Roth dad885c051
Add YouTube-Client headers to HTTP requests 2019-10-10 22:03:39 -04:00
Leon Klingele 2a9a348164
Format Crystal files
Crystal 0.30.1 apparently introduced some breaking changes to their
code formatter which made CI fail.

The code was automatically formatted by running

    crystal tool format
2019-08-14 23:31:07 +02:00
Omar Roth 29af5fc4a6 Prune proxy list 2019-02-06 21:29:31 -06:00
Omar Roth 94c92b68a2 Add flat list of proxies for geo-bypass 2018-11-19 10:51:30 -06:00
Omar Roth 3830604e42 Try to speed up find_working_proxies 2018-10-03 10:38:07 -05:00
Omar Roth aa819a189e Use alternate source for proxies 2018-09-25 21:07:18 -05:00
Omar Roth 3e3de1890a Overhaul geo-bypass 2018-09-25 17:56:59 -05:00
Omar Roth 1922f6c69a Add more regions to geo-bypass 2018-09-23 19:29:47 -05:00
Omar Roth f26e9313ff Add ability to decrypt port numbers for proxy list 2018-08-14 13:22:39 -05:00
Omar Roth 3833366756 Change options to provide more proxies 2018-08-14 09:40:52 -05:00
Omar Roth fada57a307 Add geo-bypass for video info 2018-08-13 09:17:28 -05:00