From 94f937c000373247e84dfb36a076284bccf73e79 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 30 Jun 2023 10:54:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20for=20=E6=BE=B3=E6=B4=B2=20MELBOURNE?= =?UTF-8?q?=20CONCERTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome_tixcraft.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index d897d3e..e14cf07 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -53,7 +53,7 @@ import webbrowser import argparse import itertools -CONST_APP_VERSION = "MaxBot (2023.6.29)" +CONST_APP_VERSION = "MaxBot (2023.6.29) ver3" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" @@ -8870,8 +8870,10 @@ def hkticketing_url_redirect(driver, url, config_dict): redirect_url_list = [ 'queue.hkticketing.com/hotshow.html' , '.com/detection.aspx?rt=' , '/busy_galaxy.' - , '/hot1.ticketek.com.au/' ] + for idx in range(20): + redirect_url_list.append('/hot%d.ticketek.com.au/' % (idx)) + redirect_to_home_list = [ 'galaxymacau.com' , 'ticketek.com'