Compare commits
No commits in common. "7952dd37d432905fb130f7b7db211dbc24ea2a21" and "bf65cc41e79d5433c56efdb96b8c35f551d6ce2f" have entirely different histories.
7952dd37d4
...
bf65cc41e7
|
@ -1 +0,0 @@
|
||||||
.cache
|
|
4
main.py
4
main.py
|
@ -27,8 +27,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
s = BeautifulSoup(content, features='html.parser')
|
s = BeautifulSoup(content, features='html.parser')
|
||||||
|
|
||||||
if args.debug:
|
# if args.debug:
|
||||||
print(s.prettify())
|
# print(s.prettify())
|
||||||
|
|
||||||
links = s.find_all(href=re.compile(args.filter))
|
links = s.find_all(href=re.compile(args.filter))
|
||||||
if not links or links == 0:
|
if not links or links == 0:
|
||||||
|
|
Loading…
Reference in New Issue