1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

Merge pull request #2962 from simonwjackson/patch-1

Update test_age_restriction.py
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-06-03 16:47:59 +02:00
commit 0d69795014

View file

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