http://gitunderground.i2p/archive/youtube-dl/commit/b87018122995acb7e6a1be3f2464605259b93611?style=split&whitespace=show-all&show-outdated=
/usr/bin/env python from __future__ import unicode_literals from __future__ import unicode_literals import io import optparse import optparse import os . path import sys from utils import read_file , read_version , write_file def main ( ) : def main ( ) : @@ -13,17 +16,11 @@ def main(): infile , outfile = args infile , outfile = args with io . open ( infile , encoding = ' utf-8 ' ) as inf : issue_template_tmpl = read_file ( infile ) issue_template_tmpl = inf . read ( ) # Get the version from...