Commit Graph

237 Commits

Author SHA1 Message Date
surister 87a047d4ad Merge pull request #485 from python-pitfalls/master
removed a case of the default mutable argument pitfall
2023-02-26 14:20:30 +01:00
Tim Gates 3375831c22 docs: Fix a few typos
There are small typos in:
- requests_html.py
- tests/test_requests_html.py

Fixes:
- Should read `instances` rather than `instaces`.
- Should read `encoding` rather than `enconding`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-31 09:24:48 +10:00
naelsondouglas 3c0a50fc8e fixed a typo 2021-10-16 15:31:25 -03:00
naelsondouglas 3fd17e2ab0 removed a case of the default mutable argument pitfall 2021-10-16 15:30:26 -03:00
Ordanis Sanchez 8f44a8f6dc Merge pull request #374 from timgates42/bugfix/typo_usually
Fix simple typo: ussually -> usually
2020-05-10 15:38:37 -04:00
Tim Gates 29a0f501a5 Fix simple typo: ussually -> usually
Closes #373
2020-03-01 06:45:21 +11:00
Nichlas Severinsen c6c2f274f0 Fix typo
> how many long to sleep

to

> how many seconds to sleep
2020-02-13 21:48:20 +00:00
M.Michel 8753f7972c fix: cookie = {} 2019-04-22 13:31:25 +02:00
M.Michel aff9336c7b mod: explicit type cookiejar of cookie 2019-04-22 09:33:13 +02:00
M.Michel be5f7c2ba8 add: send session.cookies to render 2019-04-21 20:15:18 +02:00
Xiao Tan f23ccbfcb5 fix: fstring formatted with bytes 2019-02-21 13:53:17 +08:00
David Hinschberger b2cb028b32 Update requests_html.py
small grammar/typos
2019-01-12 18:19:14 -06:00
Alessandro Romano 4f4cfc0c1d Set verify default value to True 2018-09-21 15:17:57 +02:00
Alessandro Romano 8c6b3b3f92 Merge branch 'master' into verify-parameter 2018-09-19 15:50:12 +02:00
Alessandro Romano f4d9de9f9c Delete old class member browser_argsverify 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 1faa61b7d0 Add asyncsession.run method 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 3d6b82862d Fix r.html.next() for next url 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 69bc5dcb20 Fix HTML class to use async iter and render on bare mode 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 99f9c89766 Add arender method to HTML 2018-09-19 15:45:17 +02:00
Ordanis Sanchez a25b3737ad Add async iterator to HTML class 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 2d4c58deb8 Add HTMLSession.browser runtime exception, AsyncSession an async close method 2018-09-19 15:45:17 +02:00
Ordanis Sanchez 47a3646405 Create a base session 2018-09-19 15:45:17 +02:00
Ordanis Sanchez d0a5642de7 Fix merge errors on HTMLSession 2018-09-19 15:43:13 +02:00
Alessandro Romano 5cc1ca4a70 Add verify parameter coherently with ignoreHTTPSErrors pyppeteer parameter 2018-09-19 15:42:20 +02:00
Ordanis Sanchez 69dd1cc77f Add asyncsession.run method 2018-09-18 16:59:14 -04:00
Ordanis Sanchez 09c7b683cc Fix r.html.next() for next url 2018-09-18 16:59:14 -04:00
Ordanis Sanchez fc1fabd8dc Fix HTML class to use async iter and render on bare mode 2018-09-18 16:59:14 -04:00
Ordanis Sanchez 85e77d134a Add arender method to HTML 2018-09-18 16:56:55 -04:00
Ordanis Sanchez c12d7c6aca Add async iterator to HTML class 2018-09-18 16:49:22 -04:00
Ordanis Sanchez dd05a02de7 Add HTMLSession.browser runtime exception, AsyncSession an async close method 2018-09-18 16:49:22 -04:00
Ordanis Sanchez 2e460d93c3 Create a base session 2018-09-18 16:49:22 -04:00
Ordanis Sanchez 9cef8a06b9 Fix merge errors on HTMLSession 2018-09-18 16:37:31 -04:00
Alessandro Romano 52ddd80824 Merge branch 'master' into add-ignoreHTTPSError-parameter 2018-09-18 17:31:17 +02:00
kennethreitz 51afd9e474 Merge pull request #157 from CodeMogul/fixes
Made basic edits
2018-09-18 02:56:12 -04:00
kennethreitz 29acbaabc7 Merge pull request #160 from SN9NV/patch-1
Create LXML from raw_html
2018-09-18 02:54:05 -04:00
kennethreitz f760df2be2 Merge pull request #162 from SN9NV/patch-2
Replace errors when decoding raw_html
2018-09-18 02:52:37 -04:00
kennethreitz 625910e1a5 Merge branch 'master' into master 2018-09-18 02:51:54 -04:00
kennethreitz c6f6858ea0 Merge pull request #200 from meetmangukiya/patch-1
requests_html.py: Typo HTTPSession -> HTMLSession
2018-09-18 02:44:41 -04:00
kennethreitz e37b40e59f Merge pull request #189 from carrionc/patch-2
Multiple chromium tab fix
2018-09-18 02:42:54 -04:00
kennethreitz e05933acfc Merge pull request #191 from montenegrodr/patch-1
fix: typo
2018-09-18 02:42:43 -04:00
kennethreitz 5d7c859975 Merge pull request #193 from pennyarcade/master
Update requests_html.py
2018-09-18 02:41:02 -04:00
kennethreitz 16c0dbe13d Merge pull request #201 from timotk/patch-1
Fix minor typo
2018-09-18 02:40:16 -04:00
kennethreitz 87b183c7fc Merge pull request #205 from leven-cn/develop
Add "tag" attribute for Element objects
2018-09-18 02:40:06 -04:00
m9mhmdy cb6e5fb557 Fix a small typo 2018-08-30 16:25:25 +02:00
Alessandro Romano b1a7acf33a Added ignoreHTTPErrors parameter 2018-08-09 15:03:15 +02:00
Li Yun 1c21f63672 Add "lineno" attribute for Element object 2018-07-04 11:30:59 +08:00
Li Yun 116a4b08eb Add "tag" attribute for Element object 2018-07-04 11:20:08 +08:00
Timo 71e2571d3a Fix minor typo
lopp -> loop in init docstring of AsyncHTMLSession.
2018-06-25 13:18:57 +02:00
Meet Mangukiya 4db2931ddc requests_html.py: Typo HTTPSession -> HTMLSession 2018-06-24 22:23:47 +05:30
Martin Rotwang 96dbba8fbd Update requests_html.py
e.g. to add a proxy setting
usage: s=Session(browser_args=['--no-sandbox', '--proxy-server=127.0.0.1:9876'])
@see: https://github.com/GoogleChrome/puppeteer/issues/336
2018-06-05 12:39:46 +02:00