kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
410 stars 73 forks source link

leetcode too slow #68

Closed kentjaren closed 4 years ago

kentjaren commented 4 years ago

Could you please add the support for leetcode-cn.com? It's too slow to connect to leetcode.com in China.

lancelot96 commented 4 years ago

Same as above, I have to use proxy to connect leetcode.com.

lancelot96 commented 4 years ago

I have a temporary solution, replace "leetcode.com" with "leetcode-cn.com" in leetcode.el. Do the same thing to my_cookies.py.

kentjaren commented 4 years ago

thank you for your solution.

Mrzrb commented 2 years ago

I have a temporary solution, replace "leetcode.com" with "leetcode-cn.com" in leetcode.el. Do the same thing to my_cookies.py.

after replace "leetcode.com" with "leetcode-cn.com" , nothing happened when execute leetcode. Is there something wrong?