mirror of https://gitlab.com/bashrc2/epicyon
Append later
parent
5dfdf402be
commit
e50aa8d9df
|
@ -5638,7 +5638,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
"""
|
||||
originPathStr = path.split('/newswireunvote=')[0]
|
||||
dateStr = \
|
||||
path.split('/newswireunvote=')[1].replace('T', ' ') + '+00:00'
|
||||
path.split('/newswireunvote=')[1].replace('T', ' ')
|
||||
dateStr = dateStr.replace(' 00:00', '').replace('+00:00', '')
|
||||
dateStr = urllib.parse.unquote_plus(dateStr) + '+00:00'
|
||||
nickname = urllib.parse.unquote_plus(originPathStr.split('/users/')[1])
|
||||
|
|
Loading…
Reference in New Issue