This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
yt-dlc
mirror of
https://github.com/blackjack4494/yt-dlc.git
Watch
1
Star
0
Fork
You've already forked yt-dlc
0
Code
Issues
Releases
Wiki
Activity
1666c2709f
yt-dlc
/
youtube_dlc
/
version.py
4 lines
70 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
pypi c'mon.
2020-10-24 05:23:22 +00:00
__version__
=
'
2020.10.24-5
'