Browse Source

[24video] Fix test

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

1
youtube_dl/extractor/fourtube.py

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

Loading…
Cancel
Save