1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[devscripts/prepare_manpage] Fix deprecated escape sequence on py36

This commit is contained in:
Yen Chi Hsuan
2017-06-17 17:37:25 +08:00
parent 4f90d2aeac
commit 473e87064b

View File

@ -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