Commit Graph

439 Commits

Author SHA1 Message Date
clach04 60fad1baf0 Mention Puppeteer/Chromium in readmen
Using same style as used to reference PyQuery
2020-04-26 11:11:14 -07:00
kennethreitz dc82965d66 Merge pull request #317 from hugovk/update-org
Update organisation URLs
2019-07-25 10:20:58 -04:00
Hugo bb771e54c5 Update links, remove 404s 2019-07-25 10:31:24 +03:00
Hugo a4e45e3838 kennethreitz -> psf 2019-07-25 10:30:55 +03:00
kennethreitz b6fec3ab25 Merge pull request #239 from rachmadaniHaryono/feature/ignore-html-count
Hide html files from stats by marking as vendored
2019-05-31 13:23:27 -04:00
kennethreitz 420fe61a45 Merge pull request #291 from slmi/cookies_render
[render] add: send session.cookies to render
2019-05-31 13:22:35 -04:00
kennethreitz 89fef4c399 Merge pull request #298 from kylepjohnson/master
Correct phraseology of "faint at heart"
2019-05-31 13:22:12 -04:00
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
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
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
Colin Seymour 4e863aada4 Hide html files from stats by marking as vendored 2018-11-02 22:23:48 +08: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