This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
py2exe -U fix for Windows XP
rtmp_test
Filippo Valsorda
13 years ago
parent
53e893615d
commit
bcfde70d73
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/__init__.py
+ 1
- 1
youtube_dl/__init__.py
View File
@ -75,7 +75,7 @@ def updateSelf(downloader, filename):
b
=
open
(
bat
,
'
w
'
)
print
>>
b
,
"""
timeout
/
t
5
/
nobreak
ping
127.0
.
0.1
-
n
5
-
w
1000
>
NUL
move
/
Y
"
%s
.new
"
"
%s
"
del
"
%s
"
"""
%
(exe, exe, bat)
Write
Preview
Loading…
Cancel
Save