Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Mar 19, 2016
1 parent de0b34f commit 0d3237a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const anime = require('anime-dl');

const uri = 'http://jkanime.net/one-piece/732/';
const data = await anime.getUrlVideo(uri);
const name = 'one piece';
const chapter = 732;
const data = await anime.getLinksByNameAndChapter(name, chapter);

0 comments on commit 0d3237a

Please sign in to comment.