This website requires JavaScript.
Explore
Help
Register
Sign in
etc
/
yt-dlp
Watch
0
Star
0
Fork
You've already forked yt-dlp
0
mirror of
https://github.com/yt-dlp/yt-dlp.git
synced
2024-10-31 23:02:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b836118724
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 19:01:20 +00:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 15:51:55 +00:00
release 2018.05.18
2018-05-17 17:32:51 +00:00
__version__
=
'
2018.05.18
'
Reference in a new issue
Copy permalink