summaryrefslogtreecommitdiffstats
path: root/bin/gallery-dl
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-02 04:33:45 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-02 04:33:45 -0400
commit195c45911e79c33cf0bb986721365fb06df5a153 (patch)
treeac0c9b6ef40bea7aa7ab0c5c3cb500eb510668fa /bin/gallery-dl
Import Upstream version 1.8.7upstream/1.8.7
Diffstat (limited to 'bin/gallery-dl')
-rwxr-xr-xbin/gallery-dl7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gallery-dl b/bin/gallery-dl
new file mode 100755
index 0000000..12da2fd
--- /dev/null
+++ b/bin/gallery-dl
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+# -*- coding: UTF-8 -*-
+
+import gallery_dl
+
+if __name__ == '__main__':
+ gallery_dl.main()