summarylogtreecommitdiffstats
path: root/yle-dl
diff options
context:
space:
mode:
authorsumt2018-02-02 18:39:38 +0200
committersumt2018-02-02 18:39:38 +0200
commitda5d9b30f991ce06f85a6afd879f233af41139e2 (patch)
tree2b75a11cc0eaa9db8a3ab674cc29662ae3dfc3dd /yle-dl
parent1e248601d6d11c3c7f03054c91b45d52bfc2bea6 (diff)
downloadaur-da5d9b30f991ce06f85a6afd879f233af41139e2.tar.gz
Update to 2.30
Diffstat (limited to 'yle-dl')
-rwxr-xr-xyle-dl7
1 files changed, 0 insertions, 7 deletions
diff --git a/yle-dl b/yle-dl
deleted file mode 100755
index 1a1fdce745ab..000000000000
--- a/yle-dl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -z "$YLE_DL_BACKEND" ]; then
- YLE_DL_BACKEND="youtubedl"
-fi
-
-python2 /usr/share/yle-dl/yle-dl.py --backend $YLE_DL_BACKEND $@