This website works better with JavaScript.
Home
Explore
Help
Sign In
larke12
/
slack-pixiv-bot
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Changed URL split
master
Ryan Hammett
8 years ago
parent
e536e926dd
commit
5a5f44368e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
slack-pixiv/commands/pixiv.rb
+ 1
- 1
slack-pixiv/commands/pixiv.rb
View File
@ -16,7 +16,7 @@ module SlackMathbot
puts
ios_url
# Create iOS Member URL
ios_mem_url
=
"
pixiv://member/
"
+
pixiv_url
.
split
(
'='
)
[
0
..
-
1
]
ios_mem_url
=
"
pixiv://member/
"
+
pixiv_url
.
split
(
'='
)
[
-
2
]
puts
ios_mem_url
# Scrape page title
Write
Preview
Loading…
Cancel
Save