mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
kennethreitz -> psf
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ Requests-HTML: HTML Parsing for Humans™
|
||||
|
||||
.. image:: https://farm5.staticflickr.com/4695/39152770914_a3ab8af40d_k_d.jpg
|
||||
|
||||
.. image:: https://travis-ci.org/kennethreitz/requests-html.svg?branch=master
|
||||
:target: https://travis-ci.org/kennethreitz/requests-html
|
||||
.. image:: https://travis-ci.com/psf/requests-html.svg?branch=master
|
||||
:target: https://travis-ci.com/psf/requests-html
|
||||
|
||||
This library intends to make parsing HTML (e.g. scraping the web) as
|
||||
simple and intuitive as possible.
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests-html&type=watch&count=true&size=large"
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@ simple and intuitive as possible.
|
||||
<h3>Stay Informed</h3>
|
||||
<p>Receive updates on new releases and upcoming projects.</p>
|
||||
|
||||
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
|
||||
<p><iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||
<style>
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests-html&type=watch&count=true&size=large"
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests-html&type=watch&count=true&size=large"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@ simple and intuitive as possible.
|
||||
<h3>Stay Informed</h3>
|
||||
<p>Receive updates on new releases and upcoming projects.</p>
|
||||
|
||||
<p><iframe src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false"
|
||||
<p><iframe src="https://ghbtns.com/github-btn.html?user=psf&type=follow&count=false"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe></p>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||
<style>
|
||||
|
||||
+1
-1
@@ -90,7 +90,7 @@ html_theme = 'alabaster'
|
||||
#
|
||||
html_theme_options = {
|
||||
'show_powered_by': False,
|
||||
'github_user': 'kennethreitz',
|
||||
'github_user': 'psf',
|
||||
'github_repo': 'requests-html',
|
||||
'github_banner': True,
|
||||
'show_related': False,
|
||||
|
||||
@@ -13,8 +13,8 @@ Requests-HTML: HTML Parsing for Humans (writing Python 3)!
|
||||
|
||||
|
||||
|
||||
.. image:: https://travis-ci.org/kennethreitz/requests-html.svg?branch=master
|
||||
:target: https://travis-ci.org/kennethreitz/requests-html
|
||||
.. image:: https://travis-ci.com/psf/requests-html.svg?branch=master
|
||||
:target: https://travis-ci.com/psf/requests-html
|
||||
|
||||
This library intends to make parsing HTML (e.g. scraping the web) as
|
||||
simple and intuitive as possible.
|
||||
|
||||
@@ -14,7 +14,7 @@ from setuptools import setup, Command
|
||||
# Package meta-data.
|
||||
NAME = 'requests-html'
|
||||
DESCRIPTION = 'HTML Parsing for Humans.'
|
||||
URL = 'https://github.com/kennethreitz/requests-html'
|
||||
URL = 'https://github.com/psf/requests-html'
|
||||
EMAIL = 'me@kennethreitz.org'
|
||||
AUTHOR = 'Kenneth Reitz'
|
||||
VERSION = '0.10.0'
|
||||
|
||||
Reference in New Issue
Block a user