From a664aac6c1cf98bc05182ad4f449f4de1a1899f9 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 1 Dec 2019 14:13:18 -0700 Subject: support ALPHAVILLE --- run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.py b/run.py index 791f5f7..437c595 100755 --- a/run.py +++ b/run.py @@ -18,7 +18,8 @@ APP = Flask(__name__, static_url_path='') ABS_PATH = os.path.dirname(os.path.abspath(__file__)) CACHE_PATH = os.path.join(ABS_PATH, 'cache') -WHITELIST = ['www.ft.com', 'media.acast.com', 'next-media-api.ft.com'] +WHITELIST = ['www.ft.com', 'media.acast.com', 'next-media-api.ft.com', + 'ftalphaville.ft.com'] CONTENT = '/content/' @APP.route('/') -- cgit v1.2.3-54-g00ecf