This website requires JavaScript.
Explore
Minetest
Help
Sign In
ytdl-org
/
youtube-dl
Watch
1
Star
0
Fork
You've already forked youtube-dl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3630034609
youtube-dl
/
youtube_dl
/
version.py
4 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
[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.
2014-11-26 11:01:20 -08:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 07:51:55 -08:00
release 2015.02.28
2015-02-28 12:24:25 -08:00
__version__
=
'
2015.02.28
'