We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a209a commit 8d85510Copy full SHA for 8d85510
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