File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ storage
1313
1414# Actor run input
1515input.json
16+ INPUT.json
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ async function handleContent(
139139 description : $ ( 'meta[name=description]' ) . first ( ) . attr ( 'content' ) ?? undefined ,
140140 languageCode : $html . first ( ) . attr ( 'lang' ) ?? undefined ,
141141 url : request . url ,
142+ redirectedUrl : request . loadedUrl ,
142143 } ,
143144 query : request . userData . query ,
144145 text : settings . outputFormats . includes ( 'text' ) ? text : undefined ,
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export type Output = {
115115 metadata : {
116116 title ?: string | null ;
117117 url : string ;
118+ redirectedUrl ?: string | null ;
118119 description ?: string | null ;
119120 author ?: string | null ;
120121 languageCode ?: string | null ;
You can’t perform that action at this time.
0 commit comments