EzComments is a tool allowing you to get all html and comments of each url given to him.
$ git clone https://github.com/mathis2001/EzComments.git
$ cat urls.txt | python3 ezcomments.py
or with an other tool like WebHackUrls
$ python3 webhackurls.py -d target.com | python3 ezcomments.py