We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186281f commit 811b967Copy full SHA for 811b967
components/oxylabs/actions/scrape-url/scrape-url.mjs
@@ -32,7 +32,7 @@ export default {
32
const response = await this.oxylabs.scrape({
33
$,
34
data: {
35
- source: "universal",
+ source: this.source,
36
url: this.url,
37
geo_location: this.geoLocation,
38
},
0 commit comments