mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
8 lines
520 B
Text
8 lines
520 B
Text
- [HTTP] Allow sending POST data for login at beginning of check.
|
|
- [GUI] Move the debug tab someplace else. Perhaps make a separate
|
|
debug window out of it that gets displayed only on demand.
|
|
- [GUI] Show detailed URL properties
|
|
- [GUI] Save options in qsettings or in external file (for each URL?).
|
|
- [PYTHON3]
|
|
linkchecker-git/linkcheck/dns/resolver.py:313: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__
|
|
linkcheck.dns.name.Name(linkcheck.dns.name.from_text(socket.gethostname())[1:])
|