only 720 for now
This commit is contained in:
parent
56e7b010bf
commit
84ab09c930
1 changed files with 2 additions and 1 deletions
3
utils.py
3
utils.py
|
@ -27,7 +27,8 @@ def load_vimeo(item):
|
|||
for url in urls:
|
||||
info = get_info(url, None)
|
||||
media = info[0]
|
||||
for resolution in (720, 360):
|
||||
#for resolution in (720, 360):
|
||||
for resolution in (720,):
|
||||
tmp = tempfile.mkdtemp()
|
||||
if isinstance(tmp, bytes):
|
||||
tmp = tmp.decode('utf-8')
|
||||
|
|
Loading…
Reference in a new issue