This commit is contained in:
Marc Beninca 2021-10-10 20:40:14 +02:00 committed by Marc Beninca
parent 1db8c559a2
commit 3763dce133
5 changed files with 4 additions and 29 deletions

View file

@ -25,6 +25,3 @@ class HyperText:
parser = Parser()
parser.feed(hypertext)
self.links = parser.links
self.archives = [link for link in self.links
if link.endswith(msys.ARCHIVE)]
self.archive = sorted(self.archives)[-1]