This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
yt-dlp
kopia lustrzana
https://github.com/yt-dlp/yt-dlp
Obserwuj
1
Polub
0
Forkuj
You've already forked yt-dlp
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
1c31a5b0e0
yt-dlp
/
youtube_dl
/
version.py
4 wiersze
68 B
Python
Czysty
Zwykły widok
Historia
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
release 2015.11.02
2015-11-02 15:18:54 +00:00
__version__
=
'
2015.11.02
'