This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
yt-dlp
mirror of
https://github.com/yt-dlp/yt-dlp.git
Watch
1
Star
0
Fork
You've already forked yt-dlp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50918c4ee0
yt-dlp
/
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 12:01:20 -07:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 08:51:55 -07:00
release 2016.06.03
2016-06-03 10:25:24 -06:00
__version__
=
'
2016.06.03
'