Skip to content

Commit

Permalink
Merge pull request #51 from GPGT-Algorithm-Study/develop
Browse files Browse the repository at this point in the history
[Hotfix]: 크롤링 버그 수정으로 인한 사이드이팩트 수정
  • Loading branch information
fing9 authored Jul 11, 2024
2 parents 46ac8fe + ba6c7f0 commit c666441
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public List<Object> process() {
.referrer("https://solved.ac")
.header("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7")
.header("Accept-Language", "en-US,en;q=0.9,ko-KR;q=0.8,ko;q=0.7,ja-JP;q=0.6,ja;q=0.5,ru-RU;q=0.4,ru;q=0.3")
.header("Accept-Encoding", "gzip, deflate, br")
.method(Connection.Method.GET)
.ignoreContentType(true);
//Jsoup 커넥션 생성
Expand Down

0 comments on commit c666441

Please sign in to comment.