File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Requests-HTML: HTML Parsing for Humans™
33
44.. image :: https://farm5.staticflickr.com/4695/39152770914_a3ab8af40d_k_d.jpg
55
6- .. image :: https://travis-ci.org/kennethreitz /requests-html.svg?branch=master
7- :target: https://travis-ci.org/kennethreitz /requests-html
6+ .. image :: https://travis-ci.com/psf /requests-html.svg?branch=master
7+ :target: https://travis-ci.com/psf /requests-html
88
99This library intends to make parsing HTML (e.g. scraping the web) as
1010simple and intuitive as possible.
Original file line number Diff line number Diff line change 55</ p >
66
77< p >
8- < iframe src ="https://ghbtns.com/github-btn.html?user=kennethreitz &repo=requests-html&type=watch&count=true&size=large "
8+ < iframe src ="https://ghbtns.com/github-btn.html?user=psf &repo=requests-html&type=watch&count=true&size=large "
99 allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200px " height ="35px "> </ iframe >
1010</ p >
1111
1717< h3 > Stay Informed</ h3 >
1818< p > Receive updates on new releases and upcoming projects.</ p >
1919
20- < p > < iframe src ="https://ghbtns.com/github-btn.html?user=kennethreitz &type=follow&count=false "
20+ < p > < iframe src ="https://ghbtns.com/github-btn.html?user=psf &type=follow&count=false "
2121 allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200 " height ="20 "> </ iframe > </ p >
2222< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css " />
2323< style >
Original file line number Diff line number Diff line change 55</ p >
66
77< p >
8- < iframe src ="https://ghbtns.com/github-btn.html?user=kennethreitz &repo=requests-html&type=watch&count=true&size=large "
8+ < iframe src ="https://ghbtns.com/github-btn.html?user=psf &repo=requests-html&type=watch&count=true&size=large "
99 allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200px " height ="35px "> </ iframe >
1010</ p >
1111
1717< h3 > Stay Informed</ h3 >
1818< p > Receive updates on new releases and upcoming projects.</ p >
1919
20- < p > < iframe src ="https://ghbtns.com/github-btn.html?user=kennethreitz &type=follow&count=false "
20+ < p > < iframe src ="https://ghbtns.com/github-btn.html?user=psf &type=follow&count=false "
2121 allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200 " height ="20 "> </ iframe > </ p >
2222< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css " />
2323< style >
Original file line number Diff line number Diff line change 9090#
9191html_theme_options = {
9292 'show_powered_by' : False ,
93- 'github_user' : 'kennethreitz ' ,
93+ 'github_user' : 'psf ' ,
9494 'github_repo' : 'requests-html' ,
9595 'github_banner' : True ,
9696 'show_related' : False ,
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Requests-HTML: HTML Parsing for Humans (writing Python 3)!
1313
1414
1515
16- .. image :: https://travis-ci.org/kennethreitz /requests-html.svg?branch=master
17- :target: https://travis-ci.org/kennethreitz /requests-html
16+ .. image :: https://travis-ci.com/psf /requests-html.svg?branch=master
17+ :target: https://travis-ci.com/psf /requests-html
1818
1919This library intends to make parsing HTML (e.g. scraping the web) as
2020simple and intuitive as possible.
Original file line number Diff line number Diff line change 1414# Package meta-data.
1515NAME = 'requests-html'
1616DESCRIPTION = 'HTML Parsing for Humans.'
17- URL = 'https://github.com/kennethreitz /requests-html'
17+ URL = 'https://github.com/psf /requests-html'
1818EMAIL = 'me@kennethreitz.org'
1919AUTHOR = 'Kenneth Reitz'
2020VERSION = '0.10.0'
You can’t perform that action at this time.
0 commit comments