Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Gatica committed Dec 31, 2014
1 parent 8753185 commit 8ac9752
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
url = http://jkanime.net/
{{ url }}buscar/{{ search }}

$(".listpage .titl") => animes
$(".listnavi .listsiguiente") => next page

animeUrl = $({{ anime }}).attr("href")
animeName = animeUrl.split(url)[1].slice(0, -1)

$(".listpage li a") => chapters
$(".listnavi .listsiguiente") => next page

chapterUrl = $({{ chapter }}).attr("href")
chapterNumber = chapterUrl.split(animeUrl)[1].slice(0, -1)

$(".player_conte param")[4].value.substring(5, 139)

0 comments on commit 8ac9752

Please sign in to comment.