Browse Source

remove accidental remnants

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
240089e5df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/utils.py

+ 1
- 1
youtube_dl/utils.py View File

@ -203,7 +203,7 @@ def sanitize_filename(s, restricted=False):
if char == '?' or ord(char) < 32 or ord(char) == 127:
return ''
elif char == '"':
return '' if restricted else 'FOO\''
return '' if restricted else '\''
elif char == ':':
return '_-' if restricted else ' -'
elif char in '\\/|*<>':


Loading…
Cancel
Save