Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2021-03-02 기준으로 작동하도록 소스코드 수정했습니다.
백준 로그인 쿠키 받아오는 부분은 Fiddler4같은 프로그램으로 읽어오시든 그냥 크롬 F12눌러서 Console창 열고 document.cookie 받아오시든 하면 됩니다. a=1;b=1; 식으로 나오는 걸 그대로 복사해서 붙여넣으시면 돼요.
다만 다운로드 속도가 지나치게 빠른데 이것은 서버에 무리를 줄 가능성이 있으므로 속도를 줄여서 쓸 필요성이 있어 보입니다. 또, C++98이나 Java 8과 같이 옛날 언어는 다운로드 할 때 오류가 나는 것을 확인했습니다. 아마도 extensions.py에서 언어 코드를 수정해줘야 하는 것으로 보입니다.