mirror of https://github.com/yt-dlp/yt-dlp.git
[devscripts/prepare_manpage] Fix deprecated escape sequence on py36
This commit is contained in:
parent
4f90d2aeac
commit
473e87064b
|
@ -8,7 +8,7 @@ import re
|
|||
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
README_FILE = os.path.join(ROOT_DIR, 'README.md')
|
||||
|
||||
PREFIX = '''%YOUTUBE-DL(1)
|
||||
PREFIX = r'''%YOUTUBE-DL(1)
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
Loading…
Reference in New Issue