0
How can I write the output(paths) in a file ?
This code fetches all robots.txt file of a site and extracts the paths. I want to save those paths inside a file. This is my first code using asyncio and damn it's confusing.
1 Réponse
This code fetches all robots.txt file of a site and extracts the paths. I want to save those paths inside a file. This is my first code using asyncio and damn it's confusing.