Kyle P. Johnson
12e5544d5d
Change phrasing of faint of heart
2019-05-23 19:41:01 -07:00
Kyle P. Johnson
2f37f1a792
Change phrasing of faint of heart
2019-05-23 19:40:38 -07:00
Buğra İşgüzar
a9a36c615b
Merge pull request #296 from toddrme2178/patch-1
...
Change 'bs4' dependency to 'beautifulsoup4'
2019-05-20 19:23:04 +03:00
Todd
324b84b263
Change 'bs4' dependency to 'beautifulsoup4'
...
'bs4' is just a dummy package to make it easier to install. 'beautifulsoup4' is the real package name. Downstream packagers like Anaconda and Linux distributions will have 'beautifulsoup4' available, but not 'bs4', making it harder to install this package.
2019-05-20 12:16:14 -04:00
kennethreitz
2970bf23f7
Update README.rst
2019-05-06 07:43:48 -04:00
kennethreitz
b59a9f2fb9
Merge pull request #292 from s-pace/doc/add_search
...
[doc website] Add a nice search experience
2019-04-22 22:22:06 -04:00
s-pace
9407d3ce33
feat: add search to every documentation pages
2019-04-22 21:46:26 +02:00
s-pace
48f2646d2d
feat: add search to the main introduction page
2019-04-22 21:46:04 +02:00
Frost Ming
09c8f34b85
Merge pull request #286 from gregsadetsky/patch-1
...
fix incorrect link to the Requests site in sidebar
2019-04-05 10:01:35 +08:00
Greg Sadetsky
40de6d2a29
fix incorrect link to the Requests site
2019-04-04 12:03:19 -04:00
Timo Furrer
cfdbd4920f
Merge pull request #274 from arnavb/patch-1
...
Fix code formatting
2019-03-05 18:49:57 +01:00
Arnav Borborah
e5fa74e10b
Fix code formatting
...
Tabs don't look good.
2019-03-05 12:38:08 -05:00
Ordanis Sanchez
afa7eb5d53
Merge pull request #269 from tvytlx/master
...
Fix: fstring formatted with bytes
2019-02-22 11:03:45 -04:00
Xiao Tan
9d78a00574
test: HTML parser
2019-02-22 14:16:21 +08:00
Xiao Tan
f23ccbfcb5
fix: fstring formatted with bytes
2019-02-21 13:53:17 +08:00
Timo Furrer
9038704a90
Merge pull request #237 from Sarcastic-Pharm/update_readme
...
Updated README to fix async and render examples
2019-02-17 21:17:30 +01:00
Timo Furrer
c561e9bc69
release: 0.10.0
v0.10.0
2019-02-17 20:12:49 +00:00
Nishchith K
093edf1a71
Merge pull request #250 from David-Hinschberger/patch-1
...
Update requests_html.py
2019-02-15 00:21:06 +05:30
David Hinschberger
b2cb028b32
Update requests_html.py
...
small grammar/typos
2019-01-12 18:19:14 -06:00
Sarcastic-Pharm
881687d6b1
Updated README.rst to fix async and render examples
2018-10-26 02:47:01 +10:00
kennethreitz
47b2ad86ca
Merge pull request #224 from pigna90/set-verify-to-true
...
Set verify default value to True
2018-09-21 10:45:04 -04:00
Alessandro Romano
4f4cfc0c1d
Set verify default value to True
2018-09-21 15:17:57 +02:00
kennethreitz
aca88e49f9
Merge pull request #223 from pigna90/verify-parameter
...
Add verify parameter coherently
2018-09-19 10:11:31 -04: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
36a647e6ea
Fix tests
2018-09-19 15:45:17 +02:00
Ordanis Sanchez
b769fc3dac
Update docs
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
kennethreitz
004a9b6a09
Merge pull request #146 from oldani/feature/async-response
...
Feature/async response
2018-09-18 17:14:06 -04:00
Ordanis Sanchez
334821514b
Fix tests
2018-09-18 17:10:34 -04:00
Ordanis Sanchez
6ef9c3478a
Update docs
2018-09-18 16:59:14 -04: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
kennethreitz
aba5c8cbb5
Merge pull request #212 from pigna90/add-ignoreHTTPSError-parameter
...
Added ignoreHTTPErrors parameter
2018-09-18 12:00:00 -04:00
Alessandro Romano
52ddd80824
Merge branch 'master' into add-ignoreHTTPSError-parameter
2018-09-18 17:31:17 +02:00
kennethreitz
7353466355
Merge pull request #153 from clarksun/patch-1
...
Automatically?
2018-09-18 02:56:27 -04:00