diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-09-25 05:15:21 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-09-25 05:15:21 +0600 |
commit | 42ca72dff38c6cb23724dd91b39550e805bd8d25 (patch) | |
tree | 28947e9d49b5dc24a0ff922b1ad7dd3ab1a4a4ab /youtube_dl | |
parent | 2949a6cda9c39b3ff32891bdf0d6b48c46973f82 (diff) |
[condenast] Keep acute accent
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/condenast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/condenast.py b/youtube_dl/extractor/condenast.py index d1380ac8d..ef1d28091 100644 --- a/youtube_dl/extractor/condenast.py +++ b/youtube_dl/extractor/condenast.py @@ -26,7 +26,7 @@ class CondeNastIE(InfoExtractor): 'allure': 'Allure', 'architecturaldigest': 'Architectural Digest', 'arstechnica': 'Ars Technica', - 'bonappetit': 'Bon Appetit', + 'bonappetit': 'Bon Appétit', 'brides': 'Brides', 'cnevids': 'Condé Nast', 'cntraveler': 'Condé Nast Traveler', |