Commit a03d80c6 by David Adams

Merge pull request #106 from Stanford-Online/dcadams/fix_vid_transcript_dl

Fix json_update_videos()
parents 0d14b55d ed63a99a
......@@ -86,7 +86,7 @@ def json_update_videos(request, locations):
try:
#update transcripts
item = modulestore().get_item(key)
download_youtube_subs({1.0: item.youtube_id_1_0}, item, settings)
download_youtube_subs(item.youtube_id_1_0, item, settings)
#get new status
videos = {'youtube': item.youtube_id_1_0}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment