logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 0d697950149871612a4132a68893884fbe88a513
parent 3374f3fdc232d11a98cb77a9c32fc9d839e0945b
Author: Jaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Date:   Tue,  3 Jun 2014 16:47:59 +0200

Merge pull request #2962 from simonwjackson/patch-1

Update test_age_restriction.py

Diffstat:

Mtest/test_age_restriction.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_age_restriction.py b/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,