We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e70fcc commit c03d3e8Copy full SHA for c03d3e8
1 file changed
src/download.py
@@ -29,7 +29,7 @@
29
# Build resource list dynamically based on exclusions
30
resources = [
31
"submissions?state=confirmed&expand=answers.question,submission_type,track,slots.room",
32
- "speakers?questions=all",
+ "speakers",
33
]
34
35
if "youtube" not in exclude:
0 commit comments