Browse Source

[24video] Fix test

Sergey M․ 10 năm trước cách đây
mục cha
commit
18c3281f9e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
         }
     }