mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-08 19:08:40 +00:00
Merge pull request #2962 from simonwjackson/patch-1
Update test_age_restriction.py
This commit is contained in:
commit
0d69795014
|
@ -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…
Reference in a new issue