mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2026-02-06 09:50:15 +00:00
Update Puppeteer mobile device descriptor URL (#947)
This commit is contained in:
commit
ebd5a05865
2 changed files with 3 additions and 3 deletions
|
|
@ -122,8 +122,8 @@ Options:
|
|||
d() [string] [default: "/crawls"]
|
||||
--mobileDevice Emulate mobile device by name from:
|
||||
https://github.com/puppeteer/puppete
|
||||
er/blob/main/src/common/DeviceDescri
|
||||
ptors.ts [string]
|
||||
er/blob/main/packages/puppeteer-core
|
||||
/src/common/Device.ts [string]
|
||||
--userAgent Override user-agent with specified s
|
||||
tring [string]
|
||||
--userAgentSuffix Append suffix to existing browser us
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ class ArgParser {
|
|||
|
||||
mobileDevice: {
|
||||
describe:
|
||||
"Emulate mobile device by name from: https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts",
|
||||
"Emulate mobile device by name from: https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer-core/src/common/Device.ts",
|
||||
type: "string",
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue