kennethreitz
ad0ded932a
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
v0.8.4
2018-03-21 07:47:28 -04:00
kennethreitz
550d79f4c0
pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:47:15 -04:00
kennethreitz
122b42a144
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:46:27 -04:00
kennethreitz
30b59cc25c
pin 0.0.14
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
v0.8.3
2018-03-21 07:33:31 -04:00
kennethreitz
c314de170f
v0.8.3
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:33:03 -04:00
kennethreitz
8478388670
pipfile.lock
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:32:46 -04:00
kennethreitz
2778850a48
cleanup tests
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:32:33 -04:00
kennethreitz
cf0121962e
Merge pull request #144 from oldani/bugfix/issue_132
...
Bugfix/issue 132
2018-03-21 07:24:19 -04:00
Ordanis Sanchez
a2cc6bfa55
Update HTML.render to use session.browser anf close pages automatically
2018-03-20 19:50:04 -04:00
Ordanis Sanchez
9a53202ce5
Extend session close method to shutdown browser
2018-03-20 19:20:20 -04:00
Ordanis Sanchez
9a8748a832
Add psutil dev dependency
2018-03-20 19:16:30 -04:00
Ordanis Sanchez
c279bd3d63
Add browser obj to HTMLSession
2018-03-20 18:47:06 -04:00
kennethreitz
ef67e9f96f
Merge pull request #141 from oldani/bugfix/issue_135
...
Catch typeError on render, add maxretires exception
2018-03-20 17:11:53 -04:00
kennethreitz
2ef3d41f41
Merge pull request #136 from oldani/bugfix/html_sessions
...
Bugfix/html sessions
2018-03-20 17:11:37 -04:00
Ordanis Sanchez
ff95aded81
Catch typeError on render, add maxretires exception
2018-03-16 12:02:03 -04:00
Ordanis Sanchez
9b21faf291
Update Sessions classes to be passed down to HTML class
2018-03-14 10:31:36 -04:00
Ordanis Sanchez
a79e5479de
Move next method form BaseParser to HTML class
2018-03-14 10:16:40 -04:00
kennethreitz
0f05293ad0
Merge pull request #134 from bonfy/master
...
add func add_next_symbol make it possible to append word to default next page symbols
2018-03-13 12:56:26 -04:00
bonfy
76f2f6434c
add func add_next_symbol make it possible to append word to default next page symbols
2018-03-13 11:11:07 +08:00
kennethreitz
32c1c983f9
8.0.2
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
v0.8.2
2018-03-12 06:26:21 -04:00
kennethreitz
7db267269e
next version
2018-03-12 06:25:04 -04:00
kennethreitz
6f8b676ac3
Merge branch 'master' of github.com:kennethreitz/requests-html
2018-03-11 09:44:55 -04:00
kennethreitz
bcbcbbd5d4
Merge pull request #129 from shaunpud/master
...
Shorten
2018-03-11 08:06:21 -04:00
shaunpud
d55bcfb34f
Shorten
2018-03-11 19:53:54 +08:00
kennethreitz
bcb0881d15
Merge pull request #126 from frostming/bugfix/links
...
Fix bugs related to links
2018-03-11 07:37:20 -04:00
kennethreitz
5b0bfbdae1
Merge pull request #120 from miyakogi/patch-1
...
Pyppeteer's api has been changed
2018-03-11 07:37:05 -04:00
Frost Ming
af97ddd5f1
Fix bugs related to links
...
* #121 KeyError of special base tag
* #124 Remove 'mailto:' links out from links
2018-03-11 16:26:58 +08:00
kennethreitz
c0680d3f41
Merge pull request #123 from erinxocon/patch-1
...
xpath didn't actually do anything from the example on README.rst
2018-03-10 20:12:05 -05:00
Erin O'Connell
22b3fd546e
xpath didn't actually do anything
2018-03-10 16:44:02 -07:00
miyakogi
c46c66ba4a
Update Pipfile.lock
2018-03-10 23:16:06 +09:00
miyakogi
dc932571ee
Pyppeteer's api has been changed
...
Today I released new version of pyppeteer (0.0.13).
In that release, `pyppeteer.launch` has been changed to coroutine function.
2018-03-10 14:57:07 +09:00
kennethreitz
d9ee89eaf4
Merge branch 'master' of github.com:kennethreitz/requests-html
v0.8.1
2018-03-09 10:42:08 -05:00
kennethreitz
3a5a94eb85
cleaning
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-09 10:42:04 -05:00
kennethreitz
ecb1024c88
Merge pull request #117 from bkcsfi/patch-1
...
fix typo in index.rst
2018-03-08 12:38:34 -05:00
bkcsfi
fcaac85af9
fix typo in index.rst
2018-03-08 12:33:06 -05:00
kennethreitz
6c9c61d206
Merge pull request #115 from johnludwigm/master
...
Change website to Amazon Smile
2018-03-07 20:04:47 -05:00
John Ludwig
016054fc83
Change website to Amazon Smile
2018-03-07 18:46:03 -06:00
kennethreitz
0ab4a53ca9
Merge pull request #111 from andrewsg/make-absolute
...
Add tests for absolute_links (_make_absolute and base_url) and make them pass
2018-03-06 19:15:49 -05:00
Andrew Gorcester
14da46f03d
Add tests for ._make_absolute() and make them pass.
2018-03-06 16:06:23 -08:00
kennethreitz
89c001a02e
Merge branch 'master' of github.com:kennethreitz/requests-html
2018-03-06 11:45:44 -05:00
kennethreitz
6ab1aff41c
Merge pull request #101 from oldani/feature/async_support
...
Feature/async support
2018-03-06 11:45:19 -05:00
kennethreitz
3cbcb12131
Merge pull request #107 from Viberring/master
...
fix repeated slot atrributes
2018-03-06 07:34:36 -05:00
Viberring
b386dd36f3
fix repeated slot atrribute
2018-03-06 19:23:46 +08:00
Ordanis Sanchez
c7ba3c17cf
Add loop and workers params to AsyncHTMLSession
2018-03-05 15:58:18 -04:00
Ordanis Sanchez
ea05c69fe5
Add HTMLResponse hook and mock_browser param
2018-03-05 15:58:18 -04:00
Ordanis Sanchez
23d81af0ef
Add AsyncHTMLSession
2018-03-05 15:58:18 -04:00
kennethreitz
34dcd78ba1
fix fix
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-04 15:28:04 -05:00
kennethreitz
e5a7be391b
fix
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-04 15:26:38 -05:00
kennethreitz
72a7e0be69
Merge branch 'master' of github.com:kennethreitz/requests-html
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-03-04 15:23:54 -05:00
kennethreitz
7ac299f527
Merge branch 'master' of github.com:kennethreitz/requests-html
2018-03-04 15:01:13 -05:00