This website requires JavaScript.
Explore
Help
Sign in
mirror
/
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
2025-03-09 12:50:23 -05:00
Code
Activity
993191c0d5
yt-dlp
/
yt_dlp
/
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 13:01:20 -06:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 09:51:55 -06:00
[version] update :ci skip all
2021-10-09 23:03:13 -05:00
__version__
=
'
2021.10.10
'
Copy permalink