Update test_age_restriction.py

typo
pull/8/head
Simon W. Jackson 2014-05-21 16:35:49 +02:00
rodzic eec4d8ef96
commit 8ae980807a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ from youtube_dl import YoutubeDL
def _download_restricted(url, filename, age):
""" Returns true iff the file has been downloaded """
""" Returns true if the file has been downloaded """
params = {
'age_limit': age,