aboutsummaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py3
1 files changed, 2 insertions, 1 deletions
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('/')