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

Commit

Permalink
organized
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Aug 3, 2011
1 parent b5bc9d8 commit 2544054
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 136 deletions.
133 changes: 0 additions & 133 deletions lib/youtube-dl.coffee

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "git://github.com/fent/node-youtube-dl.git"
},
"author": "Roly Fentanes (https://github.com/fent)",
"main": "./lib/youtube-dl.js",
"main": "./lib/youtube-dl.coffee",
"directories": {
"lib": "./lib"
},
Expand Down
2 changes: 1 addition & 1 deletion test/download.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
youtube = require '../lib/youtube-dl'
youtube = require 'youtube-dl'


# call youtube script
Expand Down
2 changes: 1 addition & 1 deletion test/info.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
youtube = require '../lib/youtube-dl'
youtube = require 'youtube-dl'

# call youtube module
youtube.info process.argv[2], (err, info) ->
Expand Down

0 comments on commit 2544054

Please sign in to comment.