Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SwiftSoup to parse Open Graph metadata #1505

Merged
merged 13 commits into from
Sep 17, 2024
Prev Previous commit
Next Next commit
fix a bug in open graph tests
  • Loading branch information
joshuatbrown committed Sep 13, 2024
commit d9cf503bec670851ae756cfec2f5abc16011de0a
2 changes: 1 addition & 1 deletion NosTests/Service/Media/OpenGraphParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ class OpenGraphParserTests: XCTestCase {

// Assert
XCTAssertEqual(videoMetadata.width, 1280)
XCTAssertEqual(videoMetadata.width, 720)
XCTAssertEqual(videoMetadata.height, 720)
}
}
Loading