From 71ecdb6a474e6dc3aa466bace183cb9767823aea Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 29 Aug 2024 13:01:39 -0400 Subject: [PATCH] fix non-drmed videos not downloading --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 4a89ee2..c1c527c 100644 --- a/constants.py +++ b/constants.py @@ -25,7 +25,7 @@ CURRICULUM_ITEMS_PARAMS = { "fields[quiz]": "title,object_index,type", "fields[practice]": "title,object_index", "fields[chapter]": "title,object_index", - "fields[asset]": "title,filename,asset_type,status,is_external,media_license_token,course_is_drmed,media_sources,captions,slides,slide_urls,download_urls,external_url,@min,status,delayed_asset_message,processing_errors,body", + "fields[asset]": "title,filename,asset_type,status,is_external,media_license_token,course_is_drmed,media_sources,captions,slides,slide_urls,download_urls,external_url,stream_urls,@min,status,delayed_asset_message,processing_errors,body", "caching_intent": True, "page_size": "200", }