Commit Graph

5 Commits (ba911137fa53737b663cb2879d357bc8a35ab558)

Author SHA1 Message Date
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
Philipp Hagemeister 8851a574a3 Fix add-versions
Philipp Hagemeister 1d213233cd Do not re-download files for hashsum generation (Fixes )
Philipp Hagemeister d2d1eb5b0a Switch to domain yt-dl.org
Filippo Valsorda b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now