drunkpig

Results 91 comments of drunkpig

besids this , cmux use first N bytes to seperate protocol, N is various。 When cmux match protocol in the order of http(use first 8 bytes) then socks5(use first byte)...

see my explain https://github.com/soheilhy/cmux/issues/79

udp2raw-tun 和udpspeeder有什么本质区别呢?感觉一样啊

@yaxollum It works! Thank you. my final code is : ```python #!/usr/bin/env xonsh # -*- coding:utf-8 -*- def test(): out = !(ls fuccc) if out.returncode != 0: x = out.err...

这个代理真的是十分粗暴

I have another way with one line shell code: ```bash cat ~/fb-sam.txt | parallel -j 5 --colsep $'\t' wget -nc -c {2} -O {1} ``` `fb-sam.txt` is a file copy...

@ChangyaoTian @charleshan may be this link will help you https://github.com/drunkpig/trafilatura

@adbar ok, I have been busy with my work recently and I will finish it during the Chinese National Day.

@kianwilcox https://github.com/adbar/trafilatura