You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix aiohttp loader to follow Link rel=alternate for JSON-LD
Same fix as the requests loader: defer response.json() until after
Link header processing, and actually fetch the alternate URL when
found (previously it only updated doc['documentUrl'] without making
a second request).
Also fixes 2-space indentation to 4-space.
Fixes#128
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments