diff options
author | anekos | 2009-11-02 10:00:42 +0000 |
---|---|---|
committer | anekos | 2009-11-02 10:00:42 +0000 |
commit | db24ae5afa00146ae709a44a28a65adf400f1aa8 (patch) | |
tree | c25a045a9a5cbd333c25ac5fdc7b7ae15c0968e2 /fetchyoutube.js | |
parent | b059bd7607fb1c13133b69fd42a9f1f8456ef4c0 (diff) | |
download | vimperator-plugins-db24ae5afa00146ae709a44a28a65adf400f1aa8.tar.bz2 |
Follow HEAD (2.3pre)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35833 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'fetchyoutube.js')
-rw-r--r-- | fetchyoutube.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchyoutube.js b/fetchyoutube.js index 8d77f06..a19c823 100644 --- a/fetchyoutube.js +++ b/fetchyoutube.js @@ -2,10 +2,10 @@ // @name Fetch YouTube Video // @description Fetch YouTube Video (fmt=22) // @license Creative Commons 2.1 (Attribution + Share Alike) -// @version 1.1 +// @version 1.1.1 // @author anekos (anekos@snca.net) -// @minVersion 2.0pre -// @maxVersion 2.0pre +// @minVersion 2.3pre +// @maxVersion 2.3pre // ==/VimperatorPlugin== // // Usage: @@ -54,7 +54,7 @@ let file; if (filepath) { - file = io.getFile(io.expandPath(filepath)); + file = io.File(io.expandPath(filepath)); } else { file = dm.userDownloadsDirectory; } |