We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e345949 commit 0316ba0Copy full SHA for 0316ba0
xiamiMusic/api.py
@@ -57,6 +57,7 @@ async def crawl(self):
57
self.browser = await launch({
58
'headless': False,
59
'userDataDir': cache_dir,
60
+ 'defaultViewport': {'width': 1440, 'height': 1000},
61
'args': ['--no-sandbox']
62
})
63
self.page = await self.browser.newPage()
0 commit comments