Python | Using AsyncHTMLSession from requests_html

前端 未结 0 1728
温柔的废话
温柔的废话 2020-12-14 11:11

This is my code:

#!/usr/bin/env python

from requests_html import AsyncHTMLSession


async def get_link(url):
    r = await asession.get(url)
    return r


i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题