Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강희주
/
Music_Recommendation_Website
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강희주
2022-06-05 16:40:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a58f783325d78bdad18b99722c92a858d4ed523
2a58f783
1 parent
99181c74
Add some genres url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MelonChart_Crawling/MelonChart.js
MelonChart_Crawling/MelonChart.js
View file @
2a58f78
...
...
@@ -18,7 +18,7 @@ const url_jazz = "https://www.melon.com/genre/jazz_list.htm?gnrCode=GN1700#param
const
getHTML
=
async
()
=>
{
try
{
return
await
axios
.
get
(
url_hiphop_
us
)
return
await
axios
.
get
(
url_hiphop_
kr
)
}
catch
(
err
)
{
console
.
log
(
err
);
}
...
...
Please
register
or
login
to post a comment