Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Chat_Bot
/
KaKao_ChatBot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
윤준현
2018-12-05 23:20:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b77a3295315328057acf99b07d217159fab654a
6b77a329
1 parent
1d1d9852
fix'.'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
crawling/Yonezu.js
crawling/Yonezu.js
View file @
6b77a32
...
...
@@ -15,7 +15,7 @@ function crawl_yonezu(url, callback){
album
=
$
(
kenshi
).
find
(
'#toc > div > div:nth-child(5) > div:nth-child(5) > span:nth-child('
+
i
+
')'
).
text
()
//앨범 정보 가져오기
if
(
album
!=
''
)
{
album_num
++
album
=
album_num
+
'.'
+
album
.
substr
(
14
)
album
=
album_num
+
'.
'
+
album
.
substr
(
14
)
json_album
.
push
(
album
);
}
...
...
Please
register
or
login
to post a comment