This website works better with JavaScript.
Explore
Help
Sign In
Mirroring
/
yt-dlp
mirror of
https://github.com/yt-dlp/yt-dlp
Watch
1
Star
0
Fork
You've already forked yt-dlp
0
Code
Issues
Releases
Wiki
Activity
9612f23399
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.
10 years ago
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
12 years ago
release 2015.09.09
10 years ago
__version__
=
'
2015.09.09
'