Skip to content

Commit d21cdc2

Browse files
committed
Location of pyppeteer downloaded Chromium changed in v0.0.20
1 parent 026c4e5 commit d21cdc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Or you can do this async also:
228228
The rest of the code operates the same way as the synchronous version except that ``results`` is a list containing multiple response objects however the same basic processes can be applied as above to extract the data you want.
229229

230230
Note, the first time you ever run the ``render()`` method, it will download
231-
Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens
231+
Chromium into your home directory (e.g. ``~/.local/share/pyppeteer/``). This only happens
232232
once.
233233

234234
Using without Requests

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Or you can do this async also:
219219
'<time>25</time>'
220220
221221
Note, the first time you ever run the ``render()`` method, it will download
222-
Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens
222+
Chromium into your home directory (e.g. ``~/.local/share/pyppeteer/``). This only happens
223223
once. You may also need to install a few `Linux packages <https://github.com/miyakogi/pyppeteer/issues/60>`_ to get pyppeteer working.
224224

225225
Pagination

requests_html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scroll
643643
{'width': 800, 'height': 600, 'deviceScaleFactor': 1}
644644
645645
Warning: the first time you run this method, it will download
646-
Chromium into your home directory (``~/.pyppeteer``).
646+
Chromium into your home directory (``~/.local/share/pyppeteer``).
647647
"""
648648

649649
self.browser = self.session.browser # Automatically create a event loop and browser

0 commit comments

Comments
 (0)