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-05 22:44:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82a725e96a0af35d309dd63db3ad307b3b345571
82a725e9
1 parent
1b4f537a
Update concert.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
concert.js
concert.js
View file @
82a725e
...
...
@@ -136,7 +136,7 @@ function handleEvent(event) {
request
(
options
,
function
(
error
,
result
,
body
){
if
(
error
)
throw
new
Error
(
error
);
var
temp
=
body
.
split
(
':'
);
var
temp
1
=
body
.
split
(
':'
);
videourl
.
url
+=
"https://www.youtube.com/watch?v="
+
temp1
[
13
].
substr
(
2
,
11
);
console
.
log
(
videourl
.
url
);
...
...
Please
register
or
login
to post a comment