Skip to content

Commit 681c167

Browse files
committed
Remove outdated query '?questions=all'
1 parent 7731354 commit 681c167

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?questions=all&state=confirmed",
33-
"speakers?questions=all",
32+
"submissions?state=confirmed",
33+
"speakers",
3434
]
3535

3636
if "youtube" not in exclude:

0 commit comments

Comments
 (0)