Skip to content

Commit 3468e73

Browse files
authored
Merge pull request #2 from pacoxu/kubecon-china
Kubecon china
2 parents 4cfcff2 + f172125 commit 3468e73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

download_slides.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def download_file(url, file_path, timeout=30):
2121

2222

2323
# Step 1: Find all topic links on the main page
24-
topics_url = "https://kccncna2023.sched.com/list/descriptions/"
24+
topics_url = "https://kccncossaidevchn2024.sched.com/list/descriptions/"
25+
# topics_url = "https://colocatedeventseu2024.sched.com/list/descriptions/"
2526
response = requests.get(topics_url)
2627
topic_soup = BeautifulSoup(response.text, "html.parser")
2728

@@ -50,4 +51,4 @@ def download_file(url, file_path, timeout=30):
5051
print(file_path)
5152
executor.submit(download_file, link, file_path)
5253

53-
print("Download completed.")
54+
print("Download completed.")

0 commit comments

Comments
 (0)