youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 259ad381730c1b3479c604820bf8333f06f65c64
parent 44b434e4e3c4e64b25363bec1a3ededb7f667d72
Author: nmeum <soeren+github@soeren-tempel.net>
Date:   Sun,  5 Jan 2020 19:26:22 +0100

[devscripts/create-github-release] Remove unused import


Diffstat:
Mdevscripts/create-github-release.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/devscripts/create-github-release.py b/devscripts/create-github-release.py @@ -1,7 +1,6 @@ #!/usr/bin/env python from __future__ import unicode_literals -import base64 import io import json import mimetypes