From 2c20578d2a7c0794f10decaff7a3484085e163ff Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Tue, 2 Feb 2016 23:22:32 +0100 Subject: [PATCH] add table --- Example-script-python.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Example-script-python.md b/Example-script-python.md index 3bd023d..8ee157d 100644 --- a/Example-script-python.md +++ b/Example-script-python.md @@ -15,6 +15,8 @@ if sys.argv[1] != 'Direct Play' and sys.arv[1] != 'Copy': requests.get(url, timeout=timeout) ``` - -Throttle download speed on sabnzbd or nzbget https://gist.github.com/Hellowlol/a5d0cab4bde185b38404 -Kill a trancecode https://gist.github.com/Hellowlol/ee47b6534410b1880e19 \ No newline at end of file +|Description |Language |Author | URL | +|--- |--- |--- |--- | +|Kill a transcode | Python | Hellowlol | [url](https://gist.github.com/Hellowlol/ee47b6534410b1880e19) | +| Throttle nzb client | Python | Hellowlol | [url](https://gist.github.com/Hellowlol/a5d0cab4bde185b38404) | +| | | | | \ No newline at end of file