Skip to content
Snippets Groups Projects
Commit 5533a2c8 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

v2.3.1; question mark is an invalid character too

parent 65ebc1b8
Branches
Tags v2.3.1
No related merge requests found
...@@ -60,7 +60,7 @@ class SaveMyPlaylist: ...@@ -60,7 +60,7 @@ class SaveMyPlaylist:
TITLE = 1 TITLE = 1
VIDEO_ID = 2 VIDEO_ID = 2
ILLEGAL_CHARS = ['NUL', '\\', '/', ':', '*', '"', '<', '>', '|'] ILLEGAL_CHARS = ['NUL', '\\', '/', ':', '*', '"', '<', '>', '|', '?']
def __init__(self, apiKey, playlistId): def __init__(self, apiKey, playlistId):
with open('version.json', 'r', encoding='utf-8') as f: with open('version.json', 'r', encoding='utf-8') as f:
......
{ {
"version": { "version": {
"name": "v2.3.0", "name": "v2.3.1",
"code": 8, "code": 9,
"date": "14.04.20" "date": "18.04.20"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment