This website requires JavaScript.
Explore
Help
Sign In
github
/
yt-dlp
Watch
1
Star
0
Fork
You've already forked yt-dlp
0
mirror of
https://github.com/yt-dlp/yt-dlp.git
synced
2024-11-14 20:38:11 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dbbbe555d7
yt-dlp
/
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 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
[skip travis]
2020-11-11 09:08:12 -05:00
__version__
=
'
2020.11.11-2
'
Reference in a new issue
Copy permalink