From a17935c1e53f6d22517aec4cc4b877828b6bec9d Mon Sep 17 00:00:00 2001 From: jLynx Date: Thu, 19 Nov 2020 13:54:12 +1300 Subject: [PATCH 1/3] Update handshakes-dl.py Added support to download other files such as: - .pcap - .2500 - .16800 --- handshakes-dl.py | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/handshakes-dl.py b/handshakes-dl.py index 0e37bd5..bd4c32a 100644 --- a/handshakes-dl.py +++ b/handshakes-dl.py @@ -13,11 +13,9 @@ TEMPLATE = """ {% extends "base.html" %} {% set active_page = "handshakes" %} - {% block title %} {{ title }} {% endblock %} - {% block styles %} {{ super() }}