issues
search
public-people
/
scrape-news
Scrape South African news
MIT License
12
stars
13
forks
source link
Python3 upgrade
#27
Closed
MichaelCurrin
closed
4 years ago
MichaelCurrin
commented
4 years ago
Updated README.md
Packaged upgraded:
Upgraded
Scrapy
and
pytz
to avoid deprecation warnings.
Replaced PY2-only
slugify
package with the PY3 equivalent as
python-slugify
Upgraded requests from 2.20.0 to 2.22.0
Python code changed:
Handle special characters properly in
mg.py
.
Remove
unicode()
call in
pipelines.py
MichaelCurrin
commented
4 years ago
Thanks for merging these :)
unicode()
call in pipelines.py