Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
나혜원
2019-12-04 23:46:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf92ab71b36b04efc722a5152f602165be059c53
bf92ab71
1 parent
78fa7fa5
update youtube.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
youtube.js
youtube.js
View file @
bf92ab7
var
response
=
'IU'
;
var
response
=
"IU"
;
var
keyword
=
response
+
" mv"
;
console
.
log
(
keyword
);
var
request
=
require
(
'request'
);
var
cheerio
=
require
(
'cheerio'
);
...
...
@@ -10,7 +12,7 @@ var options = { method: 'GET',
part
:
'id'
,
maxResults
:
'1'
,
order
:
'viewCount'
,
q
:
response
,
q
:
keyword
,
type
:
'video'
},
};
...
...
Please
register
or
login
to post a comment