diff options
author | Jordan <me@jordan.im> | 2019-12-01 14:13:18 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2019-12-01 14:13:18 -0700 |
commit | a664aac6c1cf98bc05182ad4f449f4de1a1899f9 (patch) | |
tree | 488caf70d8743f5c22ce39cc9a4e467ac3d3fa92 | |
parent | 449935314000fa6391b989f0b90257d15b5c4ffe (diff) | |
download | ft-bypass-a664aac6c1cf98bc05182ad4f449f4de1a1899f9.tar.gz ft-bypass-a664aac6c1cf98bc05182ad4f449f4de1a1899f9.zip |
support ALPHAVILLE
-rwxr-xr-x | run.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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('/') |