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