From 5862eae7c8b8751231089f25207d7e92f224594b Mon Sep 17 00:00:00 2001 From: j Date: Tue, 30 Apr 2019 15:04:39 +0200 Subject: [PATCH] update youtube-dl --- requirements.txt | 2 +- update.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3b5c98f7..cf037390d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ html5lib requests==2.19.1 tornado<5 geoip2==2.9.0 -youtube-dl +youtube-dl>=2019.4.30 python-memcached diff --git a/update.py b/update.py index 40c2532b8..671fb66e1 100755 --- a/update.py +++ b/update.py @@ -257,6 +257,8 @@ if __name__ == "__main__": if old <= 6064: run('./bin/pip', 'install', '-r', 'requirements.txt') run('./pandora/manage.py', 'createcachetable') + if old <= 6108: + run('./bin/pip', 'install', '-r', 'requirements.txt') else: if len(sys.argv) == 1: branch = get_branch()