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.
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)
LinkPresentation
을 이용한 썸네일 파싱은 썸네일의 url을 제공해주지 않아 버리고,SwiftSoupClient
로 대체하였습니다.SwiftSoup
을 이용한 og 태그 파싱으로 로직을 바꾸면서, 구글 관련 웹페이지의 og태그를 인식하지 못하는 문제가 발생하였는데, http 요청 헤더의 user agent를 크롬 버전으로 바꾸면서 해결하였습니다. (ios는 기본 사파리로 알고 있는데, 구글에서 사파리만 막아 놓은듯함;;)UIImage
가 아닌URL
로 관리하므로, 링크 미리보기의 이미지를LazyImage
로 핸들링 하도록 바꿨습니다.close #91