Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 주요 변경사항 요약WalkthroughInstagram 및 YouTube 웹 스크래핑 기능을 위한 새로운 스크래퍼 서비스를 추가하고, GitHub Actions 워크플로우를 통해 PR/Issue 기반 미리보기 환경 자동화를 구현했으며, FastAPI 테스트 라우터를 추가하고 프로젝트 설정 및 문서를 업데이트했습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant TestRouter as Test Router
participant UrlClassifier as URL Classifier
participant ScrapeRouter as Scrape Router
participant InstaScraper as Instagram Scraper
participant PlaywrightBrowser as Playwright Browser
participant InstagramAPI as Instagram Web
Client->>TestRouter: POST /api/test/scrape {url}
TestRouter->>ScrapeRouter: route_and_scrape(url)
ScrapeRouter->>UrlClassifier: classify_url(url)
UrlClassifier-->>ScrapeRouter: UrlClassification(platform, content_type, url)
ScrapeRouter->>InstaScraper: scrape_instagram_post(url, classification)
InstaScraper->>PlaywrightBrowser: create_browser_and_context()
PlaywrightBrowser->>InstagramAPI: navigate to URL
InstagramAPI-->>PlaywrightBrowser: HTML + OG tags
PlaywrightBrowser->>PlaywrightBrowser: extract_open_graph_tags()
PlaywrightBrowser-->>InstaScraper: og_data(title, description, image)
InstaScraper->>InstaScraper: parse_instagram_description()
InstaScraper->>InstaScraper: extract_instagram_image_urls()
InstaScraper->>PlaywrightBrowser: close_browser()
InstaScraper-->>ScrapeRouter: scraped_post_dict
ScrapeRouter-->>TestRouter: scraped_post_dict
TestRouter-->>Client: {platform, content_type, url, author, caption, ...}
Estimated code review effort🎯 4 (Complex) | ⏱️ ~75 분 Comment |
Contributor
Author
|
@coderabbitai summary |
✅ Actions performedSummary regeneration triggered. |
|
✅ 변경사항이 자동으로 deploy 브랜치에 적용되었습니다. PR을 수동으로 닫아주세요. |
This was referenced Jan 11, 2026
Merged
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary by CodeRabbit
릴리스 노트
새로운 기능
문서
버전 및 의존성
✏️ Tip: You can customize this high-level summary in your review settings.