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