SyntaxFix
Write A Post
Hire A Developer
Questions
For python >= 3.6, you can use dload:
python >= 3.6
import dload t = dload.text(url)
For json:
json
j = dload.json(url)
Install: pip install dload
pip install dload