Skip to content

Commit

Permalink
Merge pull request #2 from pacoxu/kubecon-china
Browse files Browse the repository at this point in the history
Kubecon china
  • Loading branch information
pacoxu authored Aug 26, 2024
2 parents 4cfcff2 + f172125 commit 3468e73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions download_slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def download_file(url, file_path, timeout=30):


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

Expand Down Expand Up @@ -50,4 +51,4 @@ def download_file(url, file_path, timeout=30):
print(file_path)
executor.submit(download_file, link, file_path)

print("Download completed.")
print("Download completed.")

0 comments on commit 3468e73

Please sign in to comment.