This website requires JavaScript.
Explore
Help
Sign In
Ashish
/
yt-dlp
Watch
1
Star
1
Fork
0
You've already forked yt-dlp
mirror of
https://github.com/yt-dlp/yt-dlp.git
synced
2024-11-01 16:57:20 -04:00
Code
Issues
7
Projects
Releases
Wiki
Activity
31b2051e21
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 14:01:20 -05:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 10:51:55 -05:00
release 2015.12.13
2015-12-13 04:52:59 -05:00
__version__
=
'
2015.12.13
'
Reference in New Issue
Copy Permalink