ArchiveTeam / wpull

Wget-compatible web downloader and crawler.
GNU General Public License v3.0
545 stars 77 forks source link

Error in python 3.9 #481

Closed Dazmed707 closed 7 months ago

Dazmed707 commented 7 months ago

3.5 = asyncio.async()

3.9 = asyncio.ensure_future()

update compatibility.

JustAnotherArchivist commented 7 months ago

404