Browse Source

Update test_age_restriction.py

typo
master
Simon W. Jackson 10 years ago
parent
commit
8ae980807a
1 changed files with 1 additions and 1 deletions
  1. 2
      test/test_age_restriction.py

2
test/test_age_restriction.py

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

Loading…
Cancel
Save