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
0b8c922da9
yt-dlp
/
youtube-dl
187 lines
41 KiB
Text
Raw
Normal View
History
Unescape
Escape
Create initial preview version of the new youtube-dl
2008-07-21 16:12:31 -05:00
#!/usr/bin/env python
dropped the support for Python 2.5 let's elaborate the decision: Python 2.5 is a 6 years old release and "under the current release policy, no security issues in Python 2.5 will be fixed anymore" (!!); also, it doesn't support the new zipfile distribution format.
2012-05-01 10:01:51 -05:00
PK