This website requires JavaScript.
Explore
Help
Sign In
pepepper
/
youtube-dl
Watch
1
Star
0
Fork
0
You've already forked youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl
synced
2024-11-02 00:18:00 +09:00
Code
Issues
Projects
Releases
Wiki
Activity
ddbed36455
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-27 04:01:20 +09:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-30 00:51:55 +09:00
release 2015.04.17
2015-04-17 18:14:25 +09:00
__version__
=
'
2015.04.17
'
Reference in New Issue
Copy Permalink