I love that your project exports to CSV. Thatโs a great idea. I wrote an article on here about writing a โdead link finderโ as well. Repository here.
You can use a Set for your self.already_visited to reduce some logic (itโs faster too!)
Your code very clean and well documented. Great stuff! ๐
I love that your project exports to CSV. Thatโs a great idea. I wrote an article on here about writing a โdead link finderโ as well. Repository here.
You can use a Set for your
self.already_visitedto reduce some logic (itโs faster too!)Your code very clean and well documented. Great stuff! ๐
Thanks a lot!
I'll update the code to use a Set, great recommendation!
Really like your project, especially that you look for "src"-tags as well. Another thing I should add ๐ค