Skip to content

Commit 05971e8

Browse files
committed
# This is a combination of 2 commits.
# This is the 1st commit message: Download: Update query for questions and answers # The commit message #2 will be skipped: # fixup! Download: Update query for questions and answers
1 parent 16c2adf commit 05971e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
# Build resource list dynamically based on exclusions
3131
resources = [
32-
"submissions?state=confirmed&expand=answers.question",
33-
"speakers?questions=all",
32+
"submissions?state=confirmed&expand=answers.question,submission_type,track,slots.room",
33+
"speakers?expand=answers.question",
3434
]
3535

3636
if "youtube" not in exclude:

0 commit comments

Comments
 (0)