Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
update youtube-dl version
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Jul 15, 2013
1 parent 524416b commit f4d21ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!existsSync(dir)) {
// Download youtube-dl.
http.get({
host: 'youtube-dl.org'
, path: '/downloads/2013.05.14/youtube-dl'
, path: '/downloads/2013.07.12/youtube-dl'
}, function(res) {
if (res.statusCode !== 200) {
throw Error('Response Error: ' + res.statusCode);
Expand Down

0 comments on commit f4d21ec

Please sign in to comment.