This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
yt-dlp
Watch
1
Star
0
Fork
0
You've already forked yt-dlp
mirror of
https://github.com/yt-dlp/yt-dlp.git
synced
2024-11-08 09:10:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
22f9b078fd
yt-dlp
/
youtube_dlc
/
version.py
4 lines
73 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 20:01:20 +01:00
from
__future__
import
unicode_literals
New repo skeleton, getting ready for PyPi
2012-11-29 16:51:55 +01:00
[skip travis] adding automerge support basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
2020-09-02 23:33:41 +02:00
__version__
=
'
2020.09.02-dev3
'
Reference in New Issue
Copy Permalink