Skip to content

Commit

Permalink
example change to add ?iframe=no
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Nov 25, 2024
1 parent 105cf3f commit 5cea5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def download_file(url, file_path, timeout=30):


# Step 1: Find all topic links on the main page
default_topics_url = "https://kccncossaidevchn2024.sched.com/list/descriptions/"
default_topics_url = "https://kccncna2024.sched.com/list/descriptions?iframe=no"
topics_url = os.getenv('SCHED_LINK', default_topics_url)
response = requests.get(topics_url)
topic_soup = BeautifulSoup(response.text, "html.parser")
Expand Down

0 comments on commit 5cea5d4

Please sign in to comment.