mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Update test_age_restriction.py
typo
This commit is contained in:
parent
eec4d8ef96
commit
8ae980807a
|
@ -13,7 +13,7 @@ from youtube_dl import YoutubeDL
|
||||||
|
|
||||||
|
|
||||||
def _download_restricted(url, filename, age):
|
def _download_restricted(url, filename, age):
|
||||||
""" Returns true iff the file has been downloaded """
|
""" Returns true if the file has been downloaded """
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
'age_limit': age,
|
'age_limit': age,
|
||||||
|
|
Loading…
Reference in a new issue