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
Update: Write downloaded file without modification (allows hashsums)
rtmp_test
Philipp Hagemeister
13 years ago
parent
4618f3da74
commit
5f9f2b7396
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
+ 1
- 1
youtube-dl
View File
@ -2965,7 +2965,7 @@ def updateSelf(downloader, filename):
sys.exit('ERROR: unable to download latest version')
try:
stream = open(filename, 'w')
stream = open(filename, 'w
b
')
stream.write(newcontent)
stream.close()
except (IOError, OSError), err:
Write
Preview
Loading…
Cancel
Save