Browse Source

[24video] Fix test

Sergey M․ 10 years ago
parent
commit
18c3281f9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/fourtube.py

+ 1 - 0
youtube_dl/extractor/fourtube.py

@@ -32,6 +32,7 @@ class FourTubeIE(InfoExtractor):
             'view_count': int,
             'like_count': int,
             'categories': list,
+            'age_limit': 18,
         }
     }